From 8308d41cbb20c7156405380583d2f1c8ff6bacac Mon Sep 17 00:00:00 2001 From: David Dight Date: Sat, 18 May 2024 17:38:31 +1000 Subject: [PATCH] updated --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25555481..b3b6b9a1 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,15 @@ --- -[![clang](https://github.com/fix8mt/conjure_enum/actions/workflows/Ubuntu-clang-latest.yml/badge.svg)](https://github.com/fix8mt/conjure_enum/actions/workflows/Ubuntu-clang-latest.yml) -[![gcc](https://github.com/fix8mt/conjure_enum/actions/workflows/Ubuntu-gcc-latest.yml/badge.svg)](https://github.com/fix8mt/conjure_enum/actions/workflows/Ubuntu-gcc-latest.yml) - - +[![clang](https://github.com/fix8mt/conjure_enum/actions/workflows/Ubuntu-clang-latest.yml/badge.svg)](actions/workflows/Ubuntu-clang-latest.yml) +[![gcc](actions/workflows/Ubuntu-gcc-latest.yml/badge.svg)](actions/workflows/Ubuntu-gcc-latest.yml) + + # 1. Quick links |**Link**|**Description**| --|-- -|[Here](https://github.com/fix8mt/conjure_enum/blob/master/include/fix8/conjure_enum.hpp)| For implementation| +|[Here](include/fix8/conjure_enum.hpp)| For implementation| |[API and Examples](#3-api-and-examples)| General examples| |[API and Examples for `enum_bitset`](#4-api-and-examples-using-enum_bitset)| `std::bitset` replacement| |[API and Examples for `conjure_type`](#5-api-and-examples-using-conjure_type)| any type string extractor| @@ -53,7 +53,7 @@ |[Notes](#7-notes)| Notes on the implementation, limits, etc| |[Compilers](#8-compiler-support)| Supported compilers| |[Compiler issues](#9-compiler-issues)| Workarounds for various compiler issues| -|[Results of `source_location`](https://github.com/fix8mt/conjure_enum/blob/master/reference/source_location.md)| For implementation specific `std::source_location` results| +|[Results of `source_location`](reference/source_location.md)| For implementation specific `std::source_location` results| > [!TIP] > Use the built-in [table of contents](https://github.blog/changelog/2021-04-13-table-of-contents-support-in-markdown-files/) to navigate this guide.