Skip to content

Commit d93ee11

Browse files
yjoseasdolo
authored andcommitted
chore(docs): fix broken links
1 parent 766cd48 commit d93ee11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/content/docs/getting-started/customize-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is the complete config file :
1515
<Code file="app.config.ts" />
1616

1717
You can read more about expo configuration [here](https://docs.expo.io/workflow/configuration/).
18-
If you have any configurations that depend on environment variables, such as API URLs or keys, you can create it in `config` file following [the environment variables guide](./environment-vars-config) and import your config to `app.config.ts` file.
18+
If you have any configurations that depend on environment variables, such as API URLs or keys, you can create it in `config` file following [the environment variables guide](/getting-started/environment-vars-config) and import your config to `app.config.ts` file.
1919

2020
:::note
2121
We included TODO comments in the project to guide you to the areas requiring updates.

docs/src/content/docs/getting-started/environment-vars-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const _buildTimeEnv = {
6969
NEW_ENV_VAR=my-new-var
7070
```
7171

72-
::: note
72+
:::note
7373
if you are not pushing env files to your repo(recomended), please make sure to check the [App releasing process](/ci-cd/app-releasing-process/#github-action-and-env-variables) to see how to create the env file on the fly before the prebuild script in the github actions.
7474
:::
7575

docs/src/content/docs/guides/data-fetching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Use `usem` snippet to generate mutation in no time using VSCode
117117

118118
Now that we have our mutation hook ready. Let's create a new screen called `AddPost` and use data from `useAddPost` hook to create a new post:
119119

120-
Exactly the same way we did in [form section](../ui-and-theme/Forms.mdx) while creating a login form, we will follow the same approach to create a from to create a new post.
120+
Exactly the same way we did in [form section](/ui-and-theme/forms) while creating a login form, we will follow the same approach to create a from to create a new post.
121121

122122
1. Create the schema for the new form using Zod
123123
2. Create the form using react-hook-form

0 commit comments

Comments
 (0)