From c3145f50779af5c34bf15481a2643148929bdca8 Mon Sep 17 00:00:00 2001 From: Violet <110205356+Violets-puragtory@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:40:18 -0600 Subject: [PATCH 1/2] Fix link in README.md Fix link that was going to `/examples` instead of `/docs/examples`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca48624..fcaa4e2a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - Written in TypeScript ## Implementation -See [Examples](https://github.com/NebulaServices/Dynamic/tree/main/examples); +See [Examples](https://github.com/NebulaServices/Dynamic/tree/main/docs/examples); ## Getting started (How to run) From 87542c1e292ddbff53b0126deb07b3ea4da03b58 Mon Sep 17 00:00:00 2001 From: Violet <110205356+Violets-puragtory@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:41:12 -0600 Subject: [PATCH 2/2] Remove semicolon from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcaa4e2a..0ea53308 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - Written in TypeScript ## Implementation -See [Examples](https://github.com/NebulaServices/Dynamic/tree/main/docs/examples); +See [Examples](https://github.com/NebulaServices/Dynamic/tree/main/docs/examples) ## Getting started (How to run)