From c72eb89f82d9e024a34d74d838e29ad5c2631a88 Mon Sep 17 00:00:00 2001 From: osvegn Date: Wed, 16 Oct 2024 22:25:18 +0200 Subject: [PATCH] Fix broken links in README.md --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7727f79f8..055e6ce12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ - PR with merge commits will not be validated. -- The project began using the merge commit, which explains the presence of old merge commits. +- The project began by using merge commit, which explains the presence of old merge commits. #### **Do you want to fix an issue?** diff --git a/README.md b/README.md index 14faa40b7..cbbf161a8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Get started with Ecstasy today and experience a new level of performance and pro ### Code Example -_The following is a basic example extracted from the [Tutorial](https://andreaslrx.github.io/ecstasy/md_doc__tutorial.html)._ +_The following is a basic example extracted from the [Tutorial](https://andreaslrx.github.io/ecstasy/md_doc_2_tutorial.html)._ ```cpp #include @@ -100,7 +100,7 @@ int main() { ### Building -Follow the [building documentation](https://andreaslrx.github.io/ecstasy/md_doc__building.html) +Follow the [building documentation](https://andreaslrx.github.io/ecstasy/md_doc_2_building.html) ### Documentation