Switch instances of PROJECT_DOMAIN to example.org 54/11354/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 15 Jun 2018 19:48:48 +0000 (15:48 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 15 Jun 2018 19:57:35 +0000 (15:57 -0400)
example.org reads better and we seem to have a mixed use of
PROJECT_DOMAIN vs example.org, let's just switch to the one format
for consistency.

Change-Id: I556c285220bf366b7da9cf0545937610978545bd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py
docs/jenkins.rst
docs/nexus2.rst
docs/project-documentation.rst

index 859ba7e..9c658db 100644 (file)
@@ -23,7 +23,6 @@ from docs_conf.conf import *
 intersphinx_mapping['ansible'] = ('https://docs.ansible.com/ansible/latest/', None)
 
 linkcheck_ignore = [
-    'http.*PROJECT_DOMAIN.*',
     'https://gerrit.linuxfoundation.org/infra/releng/docs-conf',
     'https://gerrit.linuxfoundation.org/infra/#/settings/http-password',
     'https://jenkins.acumos.org.*',
index 15aea54..0bc7038 100644 (file)
@@ -441,10 +441,10 @@ configuration gets managed through code using JJB through the ci-management or
 releng/builder repos.
 
 To access the Jenkins Production URL for any project use:
-``https://jenkins.PROJECT_DOMAIN``
+``https://jenkins.example.org``
 
 Similarily, the project's corresponding Jenkins Sandbox URL would be:
-``https://jenkins.PROJECT_DOMAIN/sandbox``
+``https://jenkins.example.org/sandbox``
 
 Any users with an LFID can access the Jenkins Production site, but for Jenkins
 Sandbox please request an access. To do so, refer to the section
index dbcb260..795d3d1 100644 (file)
@@ -13,7 +13,7 @@ It helps organizing dependencies and releases.
    https://help.sonatype.com/repomanager2
 
 To access Nexus 2 for a particular project, use URL:
-``https://nexus.PROJECT_DOMAIN``
+``https://nexus.example.org``
 
 .. image:: _static/nexus2-ui.png
    :alt: Nexus Repository Manager 2 main view.
@@ -28,7 +28,7 @@ Other users can browse the repositories and proxies anonymously.
    :align: center
 
 Alternately, users can access the repositories outside the GUI using the URL:
-``https://nexus.PROJECT_DOMAIN/content/repositories/``
+``https://nexus.example.org/content/repositories/``
 
 .. image:: _static/nexus2-content.png
    :alt: Nexus Repository Manager 2 content view.
index 63ccc18..e430e79 100644 (file)
@@ -31,10 +31,10 @@ Framework
 Typically every project like ONAP, OpenDaylight, OPNFV, etc... have a
 "documentation" project. This project provides a gateway to all documentation
 for the project and typically is the index page of any project's
-http://docs.PROJECT_DOMAIN url.
+https://docs.example.org url.
 
 Project-specific documentation will configure as subprojects in ReadTheDocs and
-are available at http://docs.PROJECT_DOMAIN/projects/PROJECT
+are available at https://docs.example.org/projects/PROJECT
 
 Linking between projects are possible via intersphinx linking.
 
@@ -133,7 +133,7 @@ ReadTheDocs know where to pull your docs to build from.
    If this project is not the main documentation project then it needs to be
    setup as a sub-project of the main documentation project. This will create a
    subproject link for your project under
-   http://docs.PROJECT_DOMAIN/projects/YOUR_PROJECT
+   https://docs.example.org/projects/YOUR_PROJECT
 
    .. note::