diff options
-rw-r--r-- | docs/offeredapis/index.rst | 3 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/offeredapis/index.rst b/docs/offeredapis/index.rst index 18b966e..47cae40 100644 --- a/docs/offeredapis/index.rst +++ b/docs/offeredapis/index.rst @@ -193,6 +193,5 @@ With the current version of APIs used from SO and AAI we need to manage a ‘cus Developer Guide *************** -Technical information about NBI (dependancies, configuration, running & testing) could be found here: `DevDoc <../architecture/NBI_R1_Developer_Guide.rst>`_ - +Technical information about NBI (dependancies, configuration, running & testing) could be found here: :doc:`DevDoc <../architecture/NBI_R1_Developer_Guide>` @@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.nbi</groupId> + <groupId>org.onap.externalapi-nbi</groupId> <artifactId>nbi-rest-services</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>jar</packaging> |