Skip to content

Commit 921d67c

Browse files
authored
Merge pull request #383 from gerrod3/docs_fixes
Fix docs links
2 parents 8bccde4 + 1ddefb3 commit 921d67c

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Community
44
This plugin exists to serve the community. If we can do more for your use case, please let us know!
55
Also, contributions are greatly appreciated in the form of:
66

7-
1. `Redmine Issues <https://pulp.plan.io/projects/pulp_python/issues>`_
7+
1. `Github Issues <https://github.com/pulp/pulp_python/issues>`_
88
2. `Github Pull Requests <https://github.com/pulp/pulp_python>`_
9-
3. `Helping other users <https://docs.pulpproject.org/en/3.0/nightly/#community>`_
9+
3. `Helping other users <https://pulpproject.org/get_involved/>`_
1010

11-
We can usually be found on freenode in `#pulp-dev`, `#pulp`, and `#pulp-python`.
11+
We can usually be found on Matrix in `#pulp-dev`, `#pulp`, and `#pulp-python`.
1212

1313
Contributing
1414
============

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pulp-python Plugin
22
==================
33

4-
The `python`` plugin extends `pulpcore <https://pypi.python.org/pypi/pulpcore/>`__ to support
4+
The `python`` plugin extends `pulpcore <https://pypi.org/project/pulpcore/>`__ to support
55
hosting python packages. This plugin is a part of the `Pulp Project
66
<http://www.pulpproject.org>`_, and assumes some familiarity with the `pulpcore documentation
7-
<https://docs.pulpproject.org/en/3.0/nightly/>`_.
7+
<https://docs.pulpproject.org/pulpcore/>`_.
88

99
If you are just getting started, we recommend getting to know the :doc:`basic
1010
workflows<workflows/index>`.

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Install ``pulpcore``
1818
--------------------
1919

2020
Follow the `installation
21-
instructions <docs.pulpproject.org/en/3.0/nightly/installation/instructions.html>`__
21+
instructions <https://docs.pulpproject.org/pulpcore/installation/index.html>`__
2222
provided with pulpcore.
2323

2424
Install plugin
2525
--------------
2626

2727
This document assumes that you have
28-
`installed pulpcore <https://docs.pulpproject.org/en/3.0/nightly/installation/instructions.html>`_
28+
`installed pulpcore <https://docs.pulpproject.org/pulpcore/installation/index.html>`_
2929
into a the virtual environment ``pulpvenv``.
3030

3131
Users should install from **either** PyPI or source.

docs/restapi/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REST API
22
========
33

4-
Pulpcore Reference: `pulpcore REST documentation <https://docs.pulpproject.org/en/3.0/nightly/restapi.html>`_.
4+
Pulpcore Reference: `pulpcore REST documentation <https://docs.pulpproject.org/pulpcore/restapi.html>`_.
55

66
Pulp Python Endpoints
77
---------------------

docs/workflows/sync.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Repository Create Response::
2828
}
2929

3030
Reference (pulpcore): `Repository API Usage
31-
<https://docs.pulpproject.org/en/3.0/nightly/restapi.html#tag/repositories>`_
31+
<https://docs.pulpproject.org/pulpcore/restapi.html#tag/Repositories>`_
3232

3333
.. _create-remote:
3434

@@ -71,7 +71,7 @@ Remote Create Response::
7171
}
7272

7373

74-
Reference: `Python Remote Usage <../restapi.html#tag/remotes>`_
74+
Reference: `Python Remote Usage <../restapi.html#tag/Remotes:-Python>`_
7575

7676
A More Complex Remote
7777
---------------------
@@ -115,7 +115,7 @@ You can also filter packages by their type, platform and amount synced through t
115115
--exclude-platforms '["windows"]' # exclude any packages built for windows \
116116
--keep-latest-packages 5 # keep the five latest versions
117117

118-
Reference: `Python Remote Usage <../restapi.html#tag/remotes>`_
118+
Reference: `Python Remote Usage <../restapi.html#tag/Remotes:-Python>`_
119119

120120
.. _mirror-workflow:
121121

@@ -173,7 +173,7 @@ Repository Version Show Response (when complete)::
173173

174174

175175

176-
Reference: `Python Sync Usage <../restapi.html#operation/remotes_python_python_sync>`_
176+
Reference: `Python Sync Usage <../restapi.html#operation/repositories_python_python_sync>`_
177177

178178
Reference (pulpcore): `Repository Version Creation API Usage
179-
<https://docs.pulpproject.org/en/3.0/nightly/restapi.html#operation/repositories_versions_list>`_
179+
<https://docs.pulpproject.org/pulpcore/restapi.html#operation/repository_versions_list>`_

0 commit comments

Comments
 (0)