diff --git a/docs/contributing.md b/docs/contributing.md index b57cc415..0e7fe557 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -130,7 +130,7 @@ If you like, you could also consider [subscribing to my mailing list](https://no For a full list of Dashy's contributors, see the [Credits Page](/docs/credits.md) -[![Auto-generated contributors](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/CONTRIBUTORS.svg)](/docs/credits.md) +[![Auto-generated contributors](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/CONTRIBUTORS.svg)](https://github.com/Lissy93/dashy/blob/master/docs/credits.md) ### Star-Gazers Over Time diff --git a/docs/widgets.md b/docs/widgets.md index 84d5eea2..940e3dd8 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -2225,7 +2225,7 @@ Display the last builds from a [Drone CI](https://www.drone.ci) instance. A self **Field** | **Type** | **Required** | **Description** --- | --- | --- | --- **`host`** | `string` | Required | The hostname of the Drone CI instance. -**`apiKey`** | `string` | Required | The API key (https:///account). +**`apiKey`** | `string` | Required | The API key (https://[your-drone-instance]/account). **`limit`** | `integer` | _Optional_ | Limit the amounts of listed builds. **`repo`** | `string` | _Optional_ | Show only builds of the specified repo @@ -2259,7 +2259,7 @@ Linkding is a self-hosted bookmarking service, which has a clean interface and i **Field** | **Type** | **Required** | **Description** --- | --- | --- | --- **`host`** | `string` | Required | The hostname of the Drone CI instance. -**`apiKey`** | `string` | Required | The API key (https:///settings/integrations). +**`apiKey`** | `string` | Required | The API key (https://your-linkding-instance/settings/integrations). **`tags`** | `list of string` | _Optional_ | Filter the links by tag. #### Example