Skip to content

Commit 656e163

Browse files
committed
fix broken links [netlify-build]
1 parent a4eabd3 commit 656e163

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/reverse-etl/bigquery-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To set up the Segment BigQuery connector:
2626
20. Click **Test Connection** to test to see if the connection works. If the connection fails, make sure you have the right permissions and credentials and try again.
2727
6. Click **Create Source** if the test connection is successful.
2828

29-
Once you've added BigQuery as a source, you can [add a model](/docs/reverse-etl/#step-2-add-a-model).
29+
Once you've added BigQuery as a source, you can [add a model](/docs/reverse-etl#step-2-add-a-model).
3030

3131
## Constructing your own role or policy
3232
When you construct your own role or policy, Segment needs the following permissions:

src/reverse-etl/redshift-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To set up Redshift with Reverse ETL:
2020
-- allows the "segment" user to create new schemas on the specified database. (this is the name you chose when provisioning your cluster)
2121
GRANT CREATE ON DATABASE "<enter database name here>" TO "segment";
2222
```
23-
4. Follow the steps listed in the [Add a source](/docs/reverse-etl/#step-1-add-a-source) section to finish adding Redshift as your source.
23+
4. Follow the steps listed in the [Add a source](/docs/reverse-etl#step-1-add-a-source) section to finish adding Redshift as your source.
2424

2525
### Extra Permissions
2626
Give the `segment` user read permissions for any resources (databases, schemas, tables) the query needs to access.

src/reverse-etl/snowflake-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Follow the instructions below to set up the Segment Snowflake connector. Segment
5757
-- role access
5858
GRANT ROLE segment_reverse_etl TO USER segment_reverse_etl_user;
5959
```
60-
7. Follow the steps listed in the [Add a Source](/docs/reverse-etl/#step-1-add-a-source) section to finish adding Snowflake as a source.
60+
7. Follow the steps listed in the [Add a Source](/docs/reverse-etl#step-1-add-a-source) section to finish adding Snowflake as a source.

0 commit comments

Comments
 (0)