Skip to content

Commit

Permalink
docs+website: two small links fixes (#4391)
Browse files Browse the repository at this point in the history
The docs themselves shouldn't use the full URL to reference other
pages.

Also changes http -> https for the newsletter sign-up page.

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored Mar 1, 2022
1 parent 6991b00 commit 4ded78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/ssh-and-sudo-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ You will find that running `sudo ls /` as the `frontend-dev` user is disallowed
It is possible to configure the *display* policy to only make the PAM module prompt for the
elevation ticket when our mock API has a non-empty `tickets` object. So when there are no
elevated users, there will be no prompt for a ticket. This can be done using the Rego
[`count` aggregate](http://www.openpolicyagent.org/docs/language-reference.html#aggregates).
[`count` aggregate](../policy-reference/#aggregates).

## Wrap Up

Expand Down
2 changes: 1 addition & 1 deletion docs/website/static/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ <h2 class="divider line glow">Newsletter</h2>
<div class="col-8">
Sign up for the OPA newsletter!
</div>
<a href="http://eepurl.com/hSFrEP"
<a href="https://eepurl.com/hSFrEP"
class="btn btn-primary btn-lg col-4" role="button">Go to Newsletter Sign-up</a>
</div>
</section>
Expand Down

0 comments on commit 4ded78a

Please sign in to comment.