From 075f9cd1e48757f8679b551bda5c07d17e8e3065 Mon Sep 17 00:00:00 2001 From: Christian Jensen Date: Mon, 23 Dec 2024 01:12:19 -0800 Subject: [PATCH] Typo fix instace -> instance --- docs/versioned_docs/version-2.8/10-intro/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-2.8/10-intro/index.md b/docs/versioned_docs/version-2.8/10-intro/index.md index 1d41cf6a4..7d9ced179 100644 --- a/docs/versioned_docs/version-2.8/10-intro/index.md +++ b/docs/versioned_docs/version-2.8/10-intro/index.md @@ -17,7 +17,7 @@ checks, tests and routines along the way. A typical pipeline might include the f If you are already using containers in your daily workflow, you'll for sure love Woodpecker. If not yet, you'll be amazed how easy it is to get started with [containers](https://opencontainers.org/). -## Already have access to a Woodpecker instace? +## Already have access to a Woodpecker instance? Then you might want to jump directly into it and [start creating your first pipelines](../20-usage/10-intro.md).