Skip to content

Commit 6db2627

Browse files
authored
Merge pull request CrawfordGroup#1 from kcpearce/patch-1
Added links to existed Fundamental Section pages
2 parents 0776088 + 8e0fa50 commit 6db2627

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ git clone [email protected]:CrawfordGroup/ProgrammingProjects.git
3333
Now you should see a directory called `ProgrammingProjects` inside you will find all of the files that you can see on github.
3434

3535
# The Fundamentals (Updated: 29 August 2014)
36-
- An initial example
37-
- What is a "Compilation"
38-
- Code Comments
39-
- Data Types and Variables
40-
- Operators
41-
- Control Statements
36+
- [An Initial Example](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/An-Initial-Example)
37+
- [What is a "Compilation"](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/What-is-a-%22Compilation%22%3F)
38+
- [Code Comments](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/Comments)
39+
- [Data Types and Variables](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/Data-Types-and-Variables)
40+
- [Operators](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/Operators)
41+
- [Control Statements](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/Control-Statements)
4242
- Input/Output
4343
- Functions
4444
- Variable Scope and Reference Types

0 commit comments

Comments
 (0)