From be3ecdaaa082213dbfde2eb49acc118a9575b0f8 Mon Sep 17 00:00:00 2001 From: aleksa-krolls Date: Tue, 28 Nov 2023 14:29:47 +0200 Subject: [PATCH] fix broken links --- docs/deploy/options.md | 2 +- docs/developers/cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy/options.md b/docs/deploy/options.md index 160bfaad3ea..be539f9f6a5 100644 --- a/docs/deploy/options.md +++ b/docs/deploy/options.md @@ -11,7 +11,7 @@ outside your country's borders. :::success Portability -Because of OpenFn's [portability specification](/documentation/deploy/portability) and open-source +Because of OpenFn's [portability specification](/documentation/next/deploy/portability) and open-source deployment tools you can transition between these various pathways at any time. We're committed to a **no vendor lock-in** experience. diff --git a/docs/developers/cli.md b/docs/developers/cli.md index 270cdfef440..db0a951c8e6 100644 --- a/docs/developers/cli.md +++ b/docs/developers/cli.md @@ -62,7 +62,7 @@ please see the documentation for **[@openfn/core](/documentation/core)** and [kinsta.com/blog/how-to-install-node-js/](https://kinsta.com/blog/how-to-install-node-js/) 3. Have a basic understanding of OpenFn—check out jobs and adaptors, at least, - in the [OpenFn Concepts](getting-started/terminology) of this site. + in the [Intro section](documentation/next) of this site. 4. Install the OpenFn CLI with `npm install -g @openfn/cli` ## Walkthrough & Challenges