diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 382e21adc..d62034391 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ We have provided detailed documentation for ways in which you can contribute to Pulp here: -https://docs.pulpproject.org/contributing/ +https://pulpproject.org/dev/ This documentation includes: diff --git a/docs/admin/guides/rbac.md b/docs/admin/guides/rbac.md index fe48a5e9a..9d5dab516 100644 --- a/docs/admin/guides/rbac.md +++ b/docs/admin/guides/rbac.md @@ -15,7 +15,7 @@ Role based access control in Pulp Python is configured using access policies for This document will focus on describing the default access policies for the PyPI specific APIs and how they may be customized. The access policies for the Pulp APIs follow the same scheme as the Pulp File plugin which can be read -about here: [Pulp File RBAC](site:pulp_file/docs/admin/guides/01-rbac/). Use the Pulp +about here: [Pulp File RBAC](site:pulp_file/docs/admin/guides/rbac/). Use the Pulp CLI to follow along with the examples here. !!! note