Skip to content

Commit f785f84

Browse files
authored
Fix broken links (#46210)
1 parent 9977b52 commit f785f84

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

content/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ For more information, see "[AUTOTITLE](/actions/monitoring-and-troubleshooting-w
147147

148148
For the overall list of included tools for each runner operating system, see the links below:
149149

150-
- [Ubuntu 22.04 LTS](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md)
151-
- [Ubuntu 20.04 LTS](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md)
152-
- [Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md)
153-
- [Windows Server 2019](https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md)
150+
- [Ubuntu 22.04 LTS](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md)
151+
- [Ubuntu 20.04 LTS](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md)
152+
- [Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md)
153+
- [Windows Server 2019](https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md)
154154
- [macOS 13](https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md)
155155
- [macOS 12](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md)
156156
- [macOS 11](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md)

content/apps/creating-github-apps/registering-a-github-app/using-webhooks-with-github-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you activate webhooks for your {% data variables.product.prodname_github_ap
3232

3333
### Choosing a webhook URL for development and testing
3434

35-
While you develop and test your app, you can use a webhook payload delivery service like [Smee](https://smee.io/) to capture and forward webhook payloads to your local development environment. Never use Smee for an application in production, because Smee channels are not authenticated or secure. Alternatively, you can use a tool like [ngrok](https://dashboard.ngrok.com/get-started), [localtunnel](https://localtunnel.github.io/www/), or the [Hookdeck Console](https://console.hookdeck.com?provider=github) that exposes your local machine to the internet to receive the payloads.
35+
While you develop and test your app, you can use a webhook payload delivery service like [Smee](https://smee.io/) to capture and forward webhook payloads to your local development environment. Never use Smee for an application in production, because Smee channels are not authenticated or secure. Alternatively, you can use a tool like [ngrok](https://ngrok.com/docs/guides/getting-started/), [localtunnel](https://localtunnel.github.io/www/), or the [Hookdeck Console](https://console.hookdeck.com?provider=github) that exposes your local machine to the internet to receive the payloads.
3636

3737
#### Creating a webhook URL with Smee
3838

content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/running-codeql-code-scanning-in-a-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ You must run {% data variables.product.prodname_codeql %} inside the container i
4444

4545
You may have difficulty running {% data variables.product.prodname_code_scanning %} if the container you're using is missing certain dependencies (for example, Git must be installed and added to the PATH variable). If you encounter dependency issues, review the list of software typically included on {% data variables.product.prodname_dotcom %}'s runner images. For more information, see the version-specific `readme` files in these locations:
4646

47-
- Linux: https://github.com/actions/runner-images/tree/main/images/linux
47+
- Linux: https://github.com/actions/runner-images/tree/main/images/ubuntu
4848
- macOS: https://github.com/actions/runner-images/tree/main/images/macos
49-
- Windows: https://github.com/actions/runner-images/tree/main/images/win
49+
- Windows: https://github.com/actions/runner-images/tree/main/images/windows
5050

5151
## Example workflow
5252

content/contributing/setting-up-your-environment-to-work-on-github-docs/creating-a-local-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ For more information about using a codespace for working on {% data variables.pr
9292
## Further reading
9393

9494
- [AUTOTITLE](/contributing/writing-for-github-docs/creating-reusable-content)
95-
- [Components](https://github.com/github/docs/blob/main/components/README.md)
95+
- [Components](https://github.com/github/docs/blob/main/src/frame/components/README.md)
9696
- [Data](https://github.com/github/docs/blob/main/data/README.md)
97-
- [Tests](https://github.com/github/docs/blob/main/tests/README.md)
97+
- [Tests](https://github.com/github/docs/blob/main/src/tests/README.md)

0 commit comments

Comments
 (0)