Skip to content

Commit 10c6956

Browse files
authored
Merge pull request #164 from UCL/mm_updates2025
Correct md extensions to html
2 parents a3e87a9 + 5eca5cf commit 10c6956

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

01projects/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This week we will introduce you to the basics of writing, compiling, and running
1010

1111
In this section we also provide notes on how to use the **command line terminal** and **git** if you have not done so before. We will be using the terminal every week (including the first week) to compile and run programs, among other things, and Git is a version control system that we will use throughout the course and for your coursework assignments. Be sure to read these through if you are not familiar with either of these topics!
1212

13-
- [Introduction to C++ and "Hello World" Program](./sec01IntroToCpp.md)
14-
- [Further C++ Syntax](./sec02CppSyntax.md)
15-
- [C++ Programs with Multiple Files](./sec03MultipleFiles.md)
13+
- [Introduction to C++ and "Hello World" Program](./sec01IntroToCpp.html)
14+
- [Further C++ Syntax](./sec02CppSyntax.html)
15+
- [C++ Programs with Multiple Files](./sec03MultipleFiles.html)
1616
- [Version control with Git](./sec05Git.html)
1717

1818
## Useful References

04cpp3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This week we will look at, compare, and contrast two approaches to polymorphism
1616
- Class templates
1717
- Operator & function overloading
1818
- Compiling templated code
19-
* [Variadic Templates](./sec04VariadicTemplates.md)
19+
* [Variadic Templates](./sec04VariadicTemplates.html)
2020
- Variadic templates and functions
2121
- Fold expressions
2222
- Recursive variadic functions

0 commit comments

Comments
 (0)