Skip to content

Commit 2d32df1

Browse files
authored
fix more doc links (#7146)
1 parent 726c3b9 commit 2d32df1

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

docs/archive/examples/postgres-replication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You should see an onboarding page. Enter your email and continue.
3030

3131
## 2. Set up your first connection
3232

33-
We support a growing [list of source connectors](../integrations/sources/). For now, we will start out with a Postgres source and destination.
33+
We support a growing [list of source connectors](../../integrations/sources). For now, we will start out with a Postgres source and destination.
3434

3535
**If you don't have a readily available Postgres database to sync, here are some quick instructions:**
3636
Run the following commands in a new terminal window to start backgrounded source and destination databases:

docs/archive/examples/slack-history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Download \(or copy and paste\) this [html file](https://github.com/airbytehq/air
100100

101101
## 5. "Productionizing" Saving Slack History
102102

103-
You can find instructions for how to host Airbyte on various cloud platforms [here](../deploying-airbyte/).
103+
You can find instructions for how to host Airbyte on various cloud platforms [here](../../deploying-airbyte).
104104

105105
Documentation on how to host MeiliSearch on cloud platforms can be found [here](https://docs.meilisearch.com/running-production/#a-quick-introduction).
106106

docs/archive/examples/zoom-activity-dashboard.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Once you are in, you need to click on the **Develop** dropdown and then click on
5656

5757
Clicking on **Build App** for the first time will display a modal for you to accept the Zoom’s API license and terms of use. Do accept if you agree and you will be presented with the below screen.
5858

59-
![](../../.gitbook/assets/zoom-marketplace-build-screen%20(3)%20(1).png)
59+
![](../../.gitbook/assets/zoom-marketplace-build-screen%20(3)%20(3)%20(1).png)
6060

6161
Select **JWT** as the app you want to build and click on the **Create** button on the card. You will be presented with a modal to enter the app name; type in `airbyte-zoom`.
6262

@@ -106,21 +106,21 @@ This will spin a docker container and persist the data we will be replicating in
106106

107107
Now, let’s supply the above credentials to the Airbyte UI requiring those credentials.
108108

109-
![](../../.gitbook/assets/postgres_credentials%20(3).png)
109+
![](../../.gitbook/assets/postgres_credentials%20(3)%20(3).png)
110110

111111
Then click on the **Set up destination** button.
112112

113113
After the connection has been made to your PostgreSQL database successfully, Airbyte will generate the schema of the data to be replicated in your database from the Zoom source.
114114

115115
Leave all the fields checked.
116116

117-
![](../../.gitbook/assets/schema%20(3).png)
117+
![](../../.gitbook/assets/schema%20(3)%20(3).png)
118118

119119
Select a **Sync frequency** of **manual** and then click on **Set up connection**.
120120

121121
After successfully making the connection, you will see your PostgreSQL destination. Click on the Launch button to start the data replication.
122122

123-
![](../../.gitbook/assets/launch%20(3)%20(1).png)
123+
![](../../.gitbook/assets/launch%20(3)%20(3)%20(1).png)
124124

125125
Then click on the **airbyte-zoom-destination** to see the Sync page.
126126

@@ -186,15 +186,15 @@ Next, drag **Created At** to **Columns**.
186186

187187
Currently, we get the Created At in **YEAR**, but per our requirement we want them in Weeks, so right click on the **YEAR\(Created At\)** and choose **Week Number**.
188188

189-
![](../../.gitbook/assets/change-to-per-week%20(3).png)
189+
![](../../.gitbook/assets/change-to-per-week%20(3)%20(3).png)
190190

191191
Tableau should now look like this:
192192

193193
![](../../.gitbook/assets/24_meetings-per-week.png)
194194

195195
Now, to finish up, we need to add the **meetings\(Count\) measure** Tableau already calculated for us in the **Rows** section. So drag **meetings\(Count\)** onto the Columns section to complete the chart.
196196

197-
![](../../.gitbook/assets/evolution-of-meetings-per-week%20(3)%20(2).png)
197+
![](../../.gitbook/assets/evolution-of-meetings-per-week%20(3)%20(3)%20(2).png)
198198

199199
And now we are done with the very first chart. Let's save the sheet and create a new Dashboard that we will add this sheet to as well as the others we will be creating.
200200

@@ -232,7 +232,7 @@ Then click on apply. Finally, drag the **Created At** fields \(make sure it’s
232232

233233
To get this chart, we need to create a relationship between the **meetings table** and the `report_meeting_participants` table. You can do this by dragging the `report_meeting_participants` table in as a source alongside the **meetings** table and relate both via the **meeting id**. Then you will be able to create a new worksheet that looks like this:
234234

235-
![](../../.gitbook/assets/meetings-participant-ranked%20(3).png)
235+
![](../../.gitbook/assets/meetings-participant-ranked%20(3)%20(3).png)
236236

237237
Note: To achieve the ranking, we simply use the sort menu icon on the top menu bar.
238238

docs/archive/faq/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## **What do I need to get started using Airbyte?**
44

5-
You can deploy Airbyte in several ways, as [documented here](../deploying-airbyte/). Airbyte will then help you replicate data between a source and a destination. Airbyte offers pre-built connectors for both, you can see their list [here](../../project-overview/changelog/connectors.md). If you don’t see the connector you need, you can [build your connector yourself](../../connector-development) and benefit from Airbyte’s optional scheduling, orchestration and monitoring modules.
5+
You can deploy Airbyte in several ways, as [documented here](../../deploying-airbyte/). Airbyte will then help you replicate data between a source and a destination. Airbyte offers pre-built connectors for both, you can see their list [here](../../project-overview/changelog/connectors.md). If you don’t see the connector you need, you can [build your connector yourself](../../connector-development) and benefit from Airbyte’s optional scheduling, orchestration and monitoring modules.
66

77
## **How long does it take to set up Airbyte?**
88

docs/integrations/sources/zuora.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,25 @@ Any other data type not listed in the table above will be treated as `string`.
7676

7777
| Environment | Endpoint |
7878
| :--- | :--- |
79-
| US Production | [https://rest.zuora.com](https://rest.zuora.com) |
80-
| US Cloud Production | [https://rest.na.zuora.com](https://rest.na.zuora.com) |
81-
| EU Production | [https://rest.eu.zuora.com](https://rest.eu.zuora.com) |
79+
| US Production | rest.zuora.com |
80+
| US Cloud Production | rest.na.zuora.com |
81+
| EU Production | rest.eu.zuora.com |
8282

8383
### Sandbox
8484

8585
| Environment | Endpoint |
8686
| :--- | :--- |
87-
| US API Sandbox | [https://rest.apisandbox.zuora.com](https://rest.apisandbox.zuora.com) |
88-
| US Cloud API Sandbox | [https://rest.sandbox.na.zuora.com](https://rest.sandbox.na.zuora.com) |
89-
| US Central Sandbox | [https://rest.test.zuora.com](https://rest.test.zuora.com) |
90-
| EU API Sandbox | [https://rest.sandbox.eu.zuora.com](https://rest.sandbox.eu.zuora.com) |
91-
| EU Central Sandbox | [https://rest.test.eu.zuora.com](https://rest.test.eu.zuora.com) |
87+
| US API Sandbox | rest.apisandbox.zuora.com |
88+
| US Cloud API Sandbox | rest.sandbox.na.zuora.com |
89+
| US Central Sandbox | rest.test.zuora.com |
90+
| EU API Sandbox | rest.sandbox.eu.zuora.com |
91+
| EU Central Sandbox | rest.test.eu.zuora.com |
9292

9393
### Other
9494

9595
| Environment | Endpoint |
9696
| :--- | :--- |
97-
| US Performance Test | [https://rest.pt1.zuora.com](https://rest.pt1.zuora.com) |
97+
| US Performance Test | rest.pt1.zuora.com |
9898

9999
For more information about available environments, please visit [this page](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/D_Zuora_Environments)
100100

0 commit comments

Comments
 (0)