Skip to content

Commit 7baedde

Browse files
authored
Merge pull request #36 from namespacelabs/niklas-docs
fix docs links
2 parents f5a0d9e + 72a48b9 commit 7baedde

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/index/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29690,9 +29690,9 @@ You can replace \x1b[1mmy-cache-key\x1b[0m with something that represents what y
2969029690

2969129691
${hint}
2969229692

29693-
See also https://namespace.so/docs/features/faster-github-actions#using-a-cache-volume
29693+
See also https://namespace.so/docs/solutions/github-actions/caching
2969429694

29695-
Are you running in a container? Check out https://namespace.so/docs/actions/nscloud-cache-action#advanced-running-github-jobs-in-containers`);
29695+
Are you running in a container? Check out https://namespace.so/docs/reference/github-actions/runner-configuration#jobs-in-containers`);
2969629696
}
2969729697
core.info(`Found Namespace cross-invocation cache at ${localCachePath}.`);
2969829698
const useSymlinks = shouldUseSymlinks();

dist/post/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27097,7 +27097,7 @@ async function main() {
2709727097
lib_core.info(`${p.mountTarget}: cached`);
2709827098
}
2709927099
if (foundProblems) {
27100-
lib_core.info(`See https://namespace.so/docs/actions/nscloud-cache-action for more info.`);
27100+
lib_core.info(`See https://namespace.so/docs/reference/github-actions/nscloud-cache-action for more info.`);
2710127101
}
2710227102
}
2710327103

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ You can replace \x1b[1mmy-cache-key\x1b[0m with something that represents what y
5353
5454
${hint}
5555
56-
See also https://namespace.so/docs/features/faster-github-actions#using-a-cache-volume
56+
See also https://namespace.so/docs/solutions/github-actions/caching
5757
58-
Are you running in a container? Check out https://namespace.so/docs/actions/nscloud-cache-action#advanced-running-github-jobs-in-containers`
58+
Are you running in a container? Check out https://namespace.so/docs/reference/github-actions/runner-configuration#jobs-in-containers`
5959
);
6060
}
6161
core.info(`Found Namespace cross-invocation cache at ${localCachePath}.`);

src/post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function main() {
4444

4545
if (foundProblems) {
4646
core.info(
47-
`See https://namespace.so/docs/actions/nscloud-cache-action for more info.`
47+
`See https://namespace.so/docs/reference/github-actions/nscloud-cache-action for more info.`
4848
);
4949
}
5050
}

0 commit comments

Comments
 (0)