From 097fe42186a886f8b6a59680e09e200ef4c3073f Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Fri, 1 Jul 2022 19:48:34 +0100 Subject: [PATCH 1/2] Update README.md - fix broken link Fix: #104 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683abaef..43e27bae 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ when you first get started: - **[Getting started](https://formidable.com/open-source/react-native-owl/docs/introduction/getting-started)** — contains the "Getting Started" guide. - **[Configuration](https://formidable.com/open-source/react-native-owl/docs/introduction/config-file)** — explains all the configuration options for `react-native-owl`. -- **[Running on CI](https://formidable.com/open-source/react-native-owl/docs/advanced/running-ci)** — example GitHub Action to run react-native-owl on CO. +- **[Running on CI](https://formidable.com/open-source/react-native-owl/docs/ci/github-actions)** — example GitHub Action to run react-native-owl on CO. _You can find the raw markdown files inside this repository's `docs` folder._ From 69abc246957cba499eb751453ac5df5dd9e99a9f Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Fri, 1 Jul 2022 20:48:15 +0100 Subject: [PATCH 2/2] fix: correct bad merge conflict fix GitHub merges don't work well on a phone! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51e4a832..32b142ac 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The documentation contains everything you need to know about `react-native-owl`, when you first get started: - **[Getting started](https://formidable.com/open-source/react-native-owl/docs/introduction/getting-started)** — contains the "Getting Started" guide. -- **[Configuration](https://formidable.com/open-source/react-native-owl/docs/introduction/config-file)** — explains all the configuration options for `react-native-owl +- **[Configuration](https://formidable.com/open-source/react-native-owl/docs/introduction/config-file)** — explains all the configuration options for `react-native-owl`. - **[Running on CI](https://formidable.com/open-source/react-native-owl/docs/ci/github-actions)** — example GitHub Action to run react-native-owl on CI. _You can find the raw markdown files inside this repository's `docs` folder._