Skip to content

Commit 934997b

Browse files
authored
Fix broken CE links in examples/ (#107)
1 parent f841b5c commit 934997b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ for (const auto& i : opt) {
6363
```
6464

6565
Full code can be found in [./examples/range_loop.cpp](./examples/range_loop.cpp). Build and run instructions in
66-
[./examples/README.md](./examples/README.md). Or [try it on Compiler Explorer](https://godbolt.org/z/b5ThEqqhf).
66+
[./examples/README.md](./examples/README.md). Or try it on Compiler Explorer: [range_loop.cpp@Compiler Explorer](https://godbolt.org/z/Gc6Y9j6zf).
6767

6868
### optional_ref
6969

examples/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ List of usage examples for `beman.optional`.
1010

1111
Check basic `beman.optional` library usages:
1212

13-
* local [./sample.cpp](./sample.cpp) or [sample.cpp@Compiler Explorer](https://godbolt.org/z/47vGje65x)
14-
* local [./std_vs_beman.cpp](./std_vs_beman.cpp) or [std_vs_beman.cpp@Compiler Explorer](https://godbolt.org/z/ds5MvfGe6)
15-
* local [./concept_checks.cpp](./concep_checks.cpp) or [concept_checks.cpp@Compiler Explorer](https://godbolt.org/z/7eYb4Wbjc)
13+
* local [./sample.cpp](./sample.cpp) or [sample.cpp@Compiler Explorer](https://godbolt.org/z/ebEzYc5fv)
14+
* local [./std_vs_beman.cpp](./std_vs_beman.cpp) or [std_vs_beman.cpp@Compiler Explorer](https://godbolt.org/z/P1c8x135M)
15+
* local [./concept_checks.cpp](./concep_checks.cpp) or [concept_checks.cpp@Compiler Explorer](https://godbolt.org/z/9893TMod4)
1616

1717
### Local Build and Run
1818

@@ -38,8 +38,8 @@ $ .build/gcc-14/examples/RelWithDebInfo/concept_checks
3838

3939
Range support added in [*Give std::optional Range Support* (P3168R2)](https://wg21.link/P3168R2) examples:
4040

41-
* local [./range_loop.cpp](./range_loop.cpp) or [range_loop.cpp@Compiler Explorer](https://godbolt.org/z/f8dWaxsGo)
42-
* local [./pythagorean_triples.cpp](./pythagorean_triples.cpp) or [pythagorean_triples.cpp@Compiler Explorer](https://godbolt.org/z/fGr8jYM6P)
41+
* local [./range_loop.cpp](./range_loop.cpp) or [range_loop.cpp@Compiler Explorer](https://godbolt.org/z/Gc6Y9j6zf)
42+
* local [./pythagorean_triples.cpp](./pythagorean_triples.cpp) or [pythagorean_triples.cpp@Compiler Explorer](https://godbolt.org/z/hjvj4ez7W)
4343

4444
### Local Build and Run
4545

@@ -72,7 +72,7 @@ First 10 Pythagorean triples:
7272

7373
Reference support added in [*std::optional<T&>*(P2988R5)](https://wg21.link/P2988R5) examples:
7474

75-
* local [./optional_ref.cpp](./optional_ref.cpp) or [optional_ref.cpp@Compiler Explorer](https://godbolt.org/z/nbfjsY9Gs)
75+
* local [./optional_ref.cpp](./optional_ref.cpp) or [optional_ref.cpp@Compiler Explorer](https://godbolt.org/z/MxjdvTTov)
7676

7777
### Local Build and Run
7878

0 commit comments

Comments
 (0)