Skip to content

Commit

Permalink
Fix broken links (#46210)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpollard authored Nov 16, 2023
1 parent 9977b52 commit f785f84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ For more information, see "[AUTOTITLE](/actions/monitoring-and-troubleshooting-w

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

- [Ubuntu 22.04 LTS](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md)
- [Ubuntu 20.04 LTS](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md)
- [Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md)
- [Windows Server 2019](https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md)
- [Ubuntu 22.04 LTS](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md)
- [Ubuntu 20.04 LTS](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md)
- [Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md)
- [Windows Server 2019](https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md)
- [macOS 13](https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md)
- [macOS 12](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md)
- [macOS 11](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ When you activate webhooks for your {% data variables.product.prodname_github_ap

### Choosing a webhook URL for development and testing

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.
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.

#### Creating a webhook URL with Smee

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ You must run {% data variables.product.prodname_codeql %} inside the container i

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:

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

## Example workflow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ For more information about using a codespace for working on {% data variables.pr
## Further reading

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

0 comments on commit f785f84

Please sign in to comment.