Skip to content

Commit 756fd4a

Browse files
committed
Better tree of contents for introduction (issue #6)
Still not the best it could be since the links are entirely static, but at least it now works.
1 parent a785c76 commit 756fd4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: _posts/2016-05-17-introduction.markdown

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ and the other ones have generally been less studied.
2828
Here is the full list of available articles:
2929

3030
1. Introductory articles
31-
* [Basic concepts and notation]({% post_url 2016-05-21-the-reflected-binary-code %})
32-
* [C++ library overview]({% post_url 2016-05-22-the-cpp-gray-c++-library %})
31+
* [Basic concepts and notation](https://morwenn.github.io/cpp-gray/the-reflected-binary-code/)
32+
* [C++ library overview](https://morwenn.github.io/cpp-gray/the-cpp-gray-c++-library/)
3333
2. Basic operations
34-
* {% post_url 2016-05-25-converting-to-and-from-gray-code %}
35-
* {% post_url 2016-05-29-gray-codes-and-parity %}
36-
* {% post_url 2016-06-07-powers-of-2-and-gray-codes %}
34+
* [Converting to and from Gray code](https://morwenn.github.io/cpp-gray/converting-to-and-from-gray-code/)
35+
* [Gray codes and parity](https://morwenn.github.io/cpp-gray/gray-codes-and-parity/)
36+
* [Powers of 2 and Gray codes](https://morwenn.github.io/cpp-gray/powers-of-2-and-gray-codes/)
3737
3. Addition algorithms
3838
* None for now, come back later :)
3939
4. TODO: Algorithms complexity cheat sheet

0 commit comments

Comments
 (0)