Skip to content

Commit

Permalink
Fix a bunch of broken links. (#8083)
Browse files Browse the repository at this point in the history
  • Loading branch information
avaidyanatha committed Nov 18, 2021
1 parent 9eb78a4 commit 2aea2e0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Binary file added docs/.gitbook/assets/uivsux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/connector-development/ux-handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Connector Development UX Handbook

![Connector UX Handbook](https://imgs.xkcd.com/comics/ui\_vs\_ux.png)
![Connector UX Handbook](../.gitbook/assets/uivsux.png)

### Overview

Expand Down Expand Up @@ -53,7 +53,7 @@ The same is true with Airbyte: if it worked less than 99% of the time, many user

Our users have the following hierarchy of needs: 

![](../.gitbook/assets/ux\_hierarchy\_pyramid2.png)
![](../.gitbook/assets/ux_hierarchy_pyramid2.png)

**Security**

Expand Down Expand Up @@ -152,7 +152,7 @@ For example, the following spec:

produces the following input field in the UI: 

![](../.gitbook/assets/ux\_username\_bad.png)
![](../.gitbook/assets/ux_username_bad.png)

Whereas the following specification:

Expand All @@ -171,7 +171,7 @@ Whereas the following specification:

produces the following UI:

![](../.gitbook/assets/ux\_username\_good.png)
![](../.gitbook/assets/ux_username_good.png)

The title should use Pascal Case “with spaces” e.g: “Attribution Lookback Window”, “Host URL”, etc...

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/amazon-sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The stream record data will have three fields:
Required properties are 'Queue URL', 'AWS Region' and 'Delete Messages After Read' as noted in **bold** below.

* **Queue URL** (STRING)
* The full AWS endpoint URL of the queue e.g. https://sqs.eu-west-1.amazonaws.com/1234567890/example-queue-url
* The full AWS endpoint URL of the queue e.g. `https://sqs.eu-west-1.amazonaws.com/1234567890/example-queue-url`
* **AWS Region** (STRING)
* The region code for the SQS Queue e.g. eu-west-1
* **Delete Messages After Read** (BOOLEAN)
Expand Down
8 changes: 4 additions & 4 deletions docs/integrations/sources/lemlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ This source can sync data for the [Lemlist API](https://developer.lemlist.com/#i

This Source is capable of syncing the following core Streams:

* [Team](https://api.lemlist.com/api/team)
* [Campaigns](https://api.lemlist.com/api/campaigns)
* [Activities](chttps://api.lemlist.com/api/activities)
* [Unsubscribes](https://api.lemlist.com/api/unsubscribes)
* [Team](`api.lemlist.com/api/team`)
* [Campaigns](`api.lemlist.com/api/campaigns`)
* [Activities](`api.lemlist.com/api/activities`)
* [Unsubscribes](`api.lemlist.com/api/unsubscribes`)

### Features

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/recharge.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The Recharge connector should gracefully handle Recharge API limitations under n

### Setup guide

Please read [How to generate your API token](https://support.rechargepayments.com/hc/en-us/articles/360008829993-ReCharge-API-).
Please read [How to generate your API token](https://support.rechargepayments.com/hc/en-us/articles/360008829993-ReCharge-API).

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/twilio.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Several output streams are available from this source:

### Performance considerations

The Twilio connector will gracefully handle rate limits. For more information, see [the Twilio docs for rate limitations](https://support.twilio.com/hc/en-us/articles/360044308153-Twilio-API-response-Error-429-Too-Many-Requests-).
The Twilio connector will gracefully handle rate limits. For more information, see [the Twilio docs for rate limitations](https://support.twilio.com/hc/en-us/articles/360044308153-Twilio-API-response-Error-429-Too-Many-Requests).

Get in touch with [Twilio Sales](https://twilio.com/help/sales) to talk to them about your use case and request an increased concurrency limit.

Expand Down
2 changes: 1 addition & 1 deletion docs/understanding-airbyte/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DAG stands for **Directed Acyclic Graph**. It's a term originally coined by math

 

![](../.gitbook/assets/glossary\_dag\_example.png)
![](../.gitbook/assets/glossary_dag_example.png)

### ETL/ELT

Expand Down

0 comments on commit 2aea2e0

Please sign in to comment.