Skip to content

Commit

Permalink
Fix links for the lecture on templates with headers (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus authored Jul 1, 2024
1 parent 57f34bf commit 89cc512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lectures/templates_and_headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
----

<p align="center">
<a href="https://youtu.be/blah"><img src="https://img.youtube.com/vi/blah/maxresdefault.jpg" alt="Video" align="right" width=50% style="margin: 0.5rem"></a>
<a href="https://youtu.be/vjsr18XXMMQ"><img src="https://img.youtube.com/vi/vjsr18XXMMQ/maxresdefault.jpg" alt="Video" align="right" width=50% style="margin: 0.5rem"></a>
</p>

- [Why linker fails](#why-linker-fails)
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ Headers with classes
<summary>Header and source files for templated code</summary>

----------------------------------------------------------
[![Video thumbnail](https://img.youtube.com/vi/blah/maxresdefault.jpg)](https://youtu.be/blah)
[![Video thumbnail](https://img.youtube.com/vi/vjsr18XXMMQ/maxresdefault.jpg)](https://youtu.be/vjsr18XXMMQ)

- [Why linker fails](lectures/templates_and_headers.md#why-linker-fails)
- [Compilation process for single `main.cpp` file](lectures/templates_and_headers.md#compilation-process-for-single-maincpp-file)
Expand Down

0 comments on commit 89cc512

Please sign in to comment.