diff options
author | Rich Bennett <rb2745@att.com> | 2018-06-14 00:15:29 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-06-14 00:21:52 -0400 |
commit | 259bf4d16dd04ce6ad4537ed1616be6397215523 (patch) | |
tree | f29cdeecb5a70097f5d6782badfed5e9dbafe67d /docs/guides/onap-developer/settingup | |
parent | 3b9974fed12bd16bf5abe9ac5598abf7e1d4c210 (diff) |
Correct references and add release notes
Correct gerrit URL, architecture, and API refrences
Position Use Case Diagrams in Developer Section
Change-Id: I149aad66844e343697771a7a3e4db14ff3a3daea
Issue-ID: DOC-278
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/guides/onap-developer/settingup')
-rw-r--r-- | docs/guides/onap-developer/settingup/onap_individual.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/guides/onap-developer/settingup/onap_individual.rst b/docs/guides/onap-developer/settingup/onap_individual.rst index faac85ad7..8bd92d8a9 100644 --- a/docs/guides/onap-developer/settingup/onap_individual.rst +++ b/docs/guides/onap-developer/settingup/onap_individual.rst @@ -23,8 +23,13 @@ developers who desire to focus their attention on a few components and who have a deep understanding of dependencies between components. This type of installation is not recommended to fully install ONAP. -* The list of ports used by default within ONAP is documented in `ONAP Service List <https://wiki.onap.org/display/DW/ONAP+Services+List>`_. -* The ONAP Source Code is available through Gerrit at https://gerrit.onap.org or Git at https://git.onap.org/. +* The list of ports used by default within ONAP is documented + in `ONAP Service List <https://wiki.onap.org/display/DW/ONAP+Services+List>`_. + +* The ONAP Source Code is available through Gerrit + at https://gerrit.onap.org/r/#/admin/projects or Git at https://git.onap.org/. + * ONAP is packaged within Docker and can be dowloaded from Docker Hub at https://hub.docker.com/r/onap. + * ONAP Docker releases are specified by a list of project artifact versions in a :ref:`manifest<doc-release-manifest>`. |