Skip to content

Commit b3af6d3

Browse files
committed
Update documentation links and pre-commit workflow
- Updated the GitHub Actions pre-commit workflow to use specific commit hashes for the checkout and pre-commit actions, ensuring consistency and stability. - Revised documentation links in index.mdx and quickstart.mdx to point to the correct paths, improving navigation for users. - Added a note in configuration.mdx to clarify the configuration options for running Pomerium in different service modes. These changes enhance the accuracy and usability of the documentation, providing clearer guidance for users and ensuring the pre-commit checks are up-to-date.
1 parent 4db58c8 commit b3af6d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pre-commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@checkout@v3
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v3
1111
with:
1212
fetch-depth: 0
13-
- uses: pre-commit/action@action@v3.0.1
13+
- uses: pre-commit/action@v2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #3.0.1
1414
with:
1515
extra_args: --show-diff-on-failure --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}

content/docs/get-started/quickstart.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Once you've connected, select **Finish**. You'll be directed to the Zero Console
112112

113113
If you can't connect to Pomerium Zero, check out these pages for help:
114114

115-
- [**Configure port 443 to allow inbound access**](/docs/internals/troubleshooting)
115+
- [**Configure port 443 to allow inbound access**](/docs/internals/troubleshooting#configure-port-443-to-allow-inbound-access)
116116
- [**Override IP address**](/docs/internals/clusters#detected-and-override-ip-address)
117117

118118
:::

content/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ This approach simplifies managing access to internal services—no more network-
8585

8686
## Next steps
8787

88-
Ready to try it out? [Check out the Quick Start](https://www.pomerium.com/docs/quick-start) to spin up Pomerium and secure your first application.
88+
Ready to try it out? [Check out the Quick Start](/docs/get-started/quickstart) to spin up Pomerium and secure your first application.

0 commit comments

Comments
 (0)