Skip to content

Commit

Permalink
Fix some links and staging_docs leftover in codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-psb committed Jul 24, 2024
1 parent 56696a7 commit 2bef8f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/sections/help/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

:wave: Welcome to the help section!

If this is the first time navigating trough these docs, we recommend reading the [Documentation Usage](site:pulp-docs/docs/sections/help/more/docs-usage/).
If this is the first time navigating trough these docs, we recommend reading the [Documentation Usage](site:help/more/docs-usage/).
Understaning the docs will help you find what you need more quickly.

For some human help, you should visit the [Get Involved](site:pulp-docs/docs/sections/help/community/00_get-involved/) section.
For some human help, you should visit the [Get Involved](site:help/community/get-involved/) section.
There you'll learn about how to can reach out to the Pulp Community.
Don't hesitate to contact us!

Expand Down
2 changes: 1 addition & 1 deletion src/pulp_docs/mkdocs_macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def prepare_repositories(TMPDIR: Path, repos: Repos, config: Config):

# Copy core-files (shipped with pulp-docs) to tmpdir
shutil.copy(
repo_sources / "pulp-docs" / SRC_DOCS_DIRNAME / "index.md",
repo_sources / "pulp-docs/docs/index.md",
repo_docs / "index.md",
)

Expand Down

0 comments on commit 2bef8f8

Please sign in to comment.