From d7c12d24a7373cdac873b35d1a6f6e29e34221bd Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Fri, 28 Aug 2026 11:48:13 +0800 Subject: [PATCH 1/2] docs(readme): fix link syntax markup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0858cac764c8..134fcf0c512a 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Ensure that the OPENFN_ADAPTORS_REPO env var is set and points to the local monorepo. See -(github.com/OpenFn/adaptors/wiki/How-to-test-docs-changes)[https://github.com/OpenFn/adaptors/wiki/How-to-test-docs-changes] +[github.com/OpenFn/adaptors/wiki/How-to-test-docs-changes](https://github.com/OpenFn/adaptors/wiki/How-to-test-docs-changes) for more details ### Build and serve for full-featured testing From d39ee3cc725361af23116ef993c5d83655c0ad39 Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Fri, 28 Aug 2026 11:51:33 +0800 Subject: [PATCH 2/2] docs(readme): quote `OPENFN_ADAPTORS_REPO` Quote the env var as such with backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134fcf0c512a..ac0049786e52 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ with watch mode: yarn generate-adaptors -w ``` -Ensure that the OPENFN_ADAPTORS_REPO env var is set and points to the local +Ensure that the `OPENFN_ADAPTORS_REPO` env var is set and points to the local monorepo. See