Skip to content

Commit 6334960

Browse files
authored
Update README.md
1 parent 22bc643 commit 6334960

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Basic number calculator (+ and -) v1.0.1
44

5-
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/v1.0/Diagrams/diagrama1.pdf
5+
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/master/Diagrams/diagrama1.pdf
66

77
EBNF:
88

@@ -11,7 +11,7 @@ EBNF:
1111

1212
## Improved calculator (/ and *) v1.1.1
1313

14-
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/v1.0/Diagrams/diagrama2.pdf
14+
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/master/Diagrams/diagrama2.pdf
1515

1616
EBNF:
1717

@@ -21,7 +21,7 @@ EBNF:
2121

2222
## Added parenthesis to the expression, along with negative numbers v1.2.1
2323

24-
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/v1.0/Diagrams/diagrama3.png
24+
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/master/Diagrams/diagrama3.png
2525

2626
EBNF:
2727

@@ -32,7 +32,7 @@ EBNF:
3232

3333
## Implementing AST and support for files v2.0.1
3434

35-
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/v1.0/Diagrams/diagrama3.png
35+
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/master/Diagrams/diagrama3.png
3636

3737
EBNF:
3838

@@ -43,7 +43,7 @@ EBNF:
4343

4444
## Variables, Command Block and Println v2.1.1
4545

46-
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/v1.0/Diagrams/diagrama4.png
46+
Syntactic diagram: https://github.com/IagoMendes/CompiladorJulia/blob/master/Diagrams/diagrama4.png
4747

4848
EBNF:
4949

0 commit comments

Comments
 (0)