Skip to content

Commit 4ac9b02

Browse files
chore: update docs links (#89)
1 parent fa4b421 commit 4ac9b02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pm-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Project Management app built with [Remix](https://remix.run) 💿
44

5-
- [Remix Docs](https://docs.remix.run)
5+
- [Remix Docs](https://remix.run/docs)
66
- [Customer Dashboard](https://remix.run/dashboard)
77

88
## Development

pm-app/app/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function getClientSafeEnvVariable<
3737
return ENV[key];
3838
} catch (err) {
3939
console.error(
40-
"There was an error parsing window.ENV. See https://docs.remix.run/v0.20/guides/envvars/#environment-variables-for-the-browser"
40+
"There was an error parsing window.ENV. See https://remix.run/guides/envvars#browser-environment-variables"
4141
);
4242
throw err;
4343
}

sanity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You can follow the original guide from Simeon Griggs's [guide on sanity](https://www.sanity.io/guides/remix-run-live-preview). And do not forget to like the guide.
44

5-
- [Remix Docs](https://docs.remix.run)
5+
- [Remix Docs](https://remix.run/docs)
66

77
## Development
88

0 commit comments

Comments
 (0)