Fixed broken link
[opnfvdocs.git] / docs / how-to-use-docs / local-build-transition.rst
index c8d196a..147cb27 100644 (file)
@@ -49,7 +49,7 @@ In your project repo:
 
    .. literalinclude:: files/tox.ini
 
-   *.gitignore*::
+   *.gitignore*
 
       .tox/
       docs/_build/*
@@ -72,7 +72,7 @@ Creating a CI Job
 In the releng repository:
 
 #. Update your project's job file
-   **jjb/<project>/<projects-jobs.yaml** with the following (taken from `this guide`):
+   **jjb/<project>/<projects-jobs.yaml** with the following (taken from `this guide`_):
 
    .. literalinclude:: files/build.yaml