Skip to content

Commit

Permalink
docs: fix intersphinx links
Browse files Browse the repository at this point in the history
  • Loading branch information
AIDEA775 committed Jan 9, 2024
1 parent 7995fc7 commit aa10066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/code-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Much of our active infrastructure is configured and automatically updated via CI/CD pipelines.
This means that changes in this repository often immediately impact the infrastructure that we run.
As such, we follow team policies for review/merge that are more specific [than our general development merge policies](tc:development:merge-policy).
As such, we follow team policies for review/merge that are more specific [than our general development merge policies](inv:tc#development:merge-policy).

This document codifies our guidelines for doing code review and merging pull requests on active infrastructure (ie, anything in the `infrastructure/` codebase).

Expand Down
2 changes: 1 addition & 1 deletion docs/topic/access-creds/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For example, if a service we use has become compromised, and we need to generate
To rotate our secrets, take these steps:

1. Determine which configuration file you'd like to update. See [](secrets:locations).
2. Unencrypt the configuration file. See [the team compass documentation](tc:secrets:sops) for instructions on unencrypting.
2. Unencrypt the configuration file. See [the team compass documentation](inv:tc#secrets:sops) for instructions on unencrypting.
3. Generate a new key with `openssl`:

```
Expand Down

0 comments on commit aa10066

Please sign in to comment.