From 02bdbb3dc128b46f14411466bb35a8a8f008c4d2 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 6 Mar 2024 21:58:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Small=20docs=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/contributing.md | 2 +- docs/widgets.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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