aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/offeredapis/index.rst3
-rw-r--r--pom.xml2
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>`
diff --git a/pom.xml b/pom.xml
index 5efc3d4..d03e11e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>