Skip to content

Commit 736455f

Browse files
committed
fix: deadlinks
1 parent 3aa12da commit 736455f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/src/docs/cli/migrating-from-community-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ If you prefer to do it manually or encounter any issues, follow the steps below.
172172
github-token: ${{ secrets.GITHUB_TOKEN }}
173173
```
174174
175-
For more setup options see [GitHub Actions configuration](../remote-cache/configuration.md)
175+
For more setup options see [GitHub Actions configuration](../remote-cache/github-actions-setup.md)

website/src/docs/remote-cache/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Android GitHub Action
22

3-
This GitHub Action allows you to build Android apps using Rock's remote build system. It supports both simulator builds for development and signed device builds for testing and release. If you haven't yet, please check the [configuration guide](./configuration.md) where you can find information on optimal workflow setup, permissions, optimizations and GitHub Personal Access Tokens.
3+
This GitHub Action allows you to build Android apps using Rock's remote build system. It supports both simulator builds for development and signed device builds for testing and release. If you haven't yet, please check the [configuration guide](./github-actions-setup.md) where you can find information on optimal workflow setup, permissions, optimizations and GitHub Personal Access Tokens.
44

55
## Development Builds For All Devices
66

website/src/docs/remote-cache/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# iOS GitHub Action
22

3-
This GitHub Action allows you to build iOS apps using Rock's remote build system. It supports both simulator builds for development and signed device builds for testing and release. If you haven't yet, please check the [configuration guide](./configuration.md) where you can find information on optimal workflow setup, permissions, optimizations and GitHub Personal Access Tokens.
3+
This GitHub Action allows you to build iOS apps using Rock's remote build system. It supports both simulator builds for development and signed device builds for testing and release. If you haven't yet, please check the [configuration guide](./github-actions-setup.md) where you can find information on optimal workflow setup, permissions, optimizations and GitHub Personal Access Tokens.
44

55
## Development Builds For Simulators
66

0 commit comments

Comments
 (0)