Skip to content

Commit 8071565

Browse files
authored
Fix links in documentation (#1655)
1 parent a5e845c commit 8071565

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

local-remote-execution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Let's use NativeLink's Kubernetes example to verify that the setup worked.
194194
## 🚢 Testing with local K8s
195195

196196
Start the cluster and set up NativeLink in an LRE configuration. For details on
197-
this refer to the [Kubernetes example](https://github.com/tracemachina/nativelink/tree/main/deployment-examples/kubernetes):
197+
this refer to the [Kubernetes example](https://www.nativelink.com/docs/deployment-examples/kubernetes):
198198

199199
> [!TIP]
200200
> NativeLink's `native` CLI tool is self-contained and can be imported into

web/platform/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The NativeLink documentation
22

3-
The NativeLink documentation gets deployed to <https://docs.nativelink.com>.
3+
The NativeLink documentation gets deployed to
4+
[Docs](https://docs.nativelink.com/).
45

56
## 📚 Stack
67

web/platform/src/content/docs/docs/faq/lre.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ custom toolchain configurations. This system aims to be transparent, fully
1111
hermetic, and reproducible across machines with the same system architecture.
1212

1313
For more detailed information about Local Remote Execution (LRE), please
14-
visit our [LRE Documentation](https://nativelink.com/docs/explanations/lre/).
14+
visit our [LRE Documentation](/docs/explanations/lre/).

web/platform/src/content/docs/docs/faq/remote-execution.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ a development team are working in the same environment, reducing the
1919
reducing redundant work and further speeding up the development process.
2020

2121
For more information on how to get started with remote execution in NativeLink,
22-
please refer to our [NativeLink On-Prem Guide](https://nativelink.com/docs/introduction/on-prem).
22+
please refer to our [NativeLink On-Prem Guide](/docs/introduction/on-prem).
2323

2424
For more detailed information about remote execution, you can visit the below links:
2525
[Bazel Remote Execution Documentation](https://bazel.build/remote/rbe).

web/platform/src/content/docs/docs/introduction/non-bre.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Please refer to the migration guides linked above for each build system.
2626
After successfully migrating to a Remote Execution API/NativeLink compatible
2727
build system, you can now proceed to try out NativeLink with your new setup.
2828
The simplest and fastest way to do this is by using the cloud. Please refer
29-
to the [Getting Started with NativeLink Cloud](/nativelink-cloud/bazel)
29+
to the [Getting Started with NativeLink Cloud](/docs/nativelink-cloud/bazel)
3030
guide for detailed instructions.

web/platform/src/content/docs/docs/nativelink-cloud/Reclient.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
1818
#### 1. Setup Reclient/Chromium for Linux
1919

2020
Start with Chromium by following the instructions here:
21-
[Checking out and building Chromium for Linux](https://chromium.googlesource.com/chromium/src/+/main/docs/linux_build_instructions.md).
21+
[Checking out and building Chromium for Linux](https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md).
2222
Follow the instructions up to "Setting up the build," then stop and follow our
2323
instructions below. Don't build Chromium yet.
2424

web/platform/src/content/docs/docs/nativelink-cloud/rbe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Remote Execution page in the NativeLink Cloud to enable RBE.
1111
This guide shows how to configure remote build execution (RBE) for your
1212
[Bazel](https://bazel.build/) projects with the
1313
[NativeLink Cloud](https://app.nativelink.com). Before using this guide
14-
make sure you have followed our [Bazel Quickstart](/nativelink-cloud/bazel).
14+
make sure you have followed our [Bazel Quickstart](/docs/nativelink-cloud/bazel).
1515

1616
## Basic Configuration
1717
To enable RBE all you need to do is add the below flag to your Bazel builds:

0 commit comments

Comments
 (0)