Skip to content

Commit ad48ac7

Browse files
committed
added gdb link and updated baseurl
1 parent 96be5b2 commit ad48ac7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/roadmap/stage-00.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ the compiler design software tools LEX and YACC. Follow the instructions below.
3030

3131
4. Complete the [Using YACC with LEX tutorial](../ywl.md).
3232

33-
The next step is to understand the target machine envionment. You must carefully go through
34-
the following tutorial before proceeding to the next stage of this roadmap.
33+
5. Complete the [GDB Tutorial](../gdb.md)
3534

36-
5. Complete the [XSM execution environment tutorial](../xsm-environment-tut.md).
35+
The next step is to understand the target machine envionment. You must carefully go through the following tutorial before proceeding to the next stage of this roadmap.
3736

38-
With this, you are ready with all the required pre-requisites to proceed further in this roadmap.
37+
6. Complete the [XSM execution environment tutorial](../xsm-environment-tut.md).
38+
39+
With this, you are ready with all the required pre-requisites to proceed further in this roadmap.

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: EXPL NIT-C
2-
site_url: https://cliford.net/expl-docs/
2+
site_url: https://silcnitc.github.io/expl-docs/
33
site_description: Compiler Lab website for NIT Calicut
44

55
theme:

0 commit comments

Comments
 (0)