diff options
Diffstat (limited to 'pages/projects')
-rw-r--r-- | pages/projects/meta_term.md | 2 | ||||
-rw-r--r-- | pages/projects/simple_parser.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/projects/meta_term.md b/pages/projects/meta_term.md index 2ecae00..644bb5c 100644 --- a/pages/projects/meta_term.md +++ b/pages/projects/meta_term.md @@ -22,7 +22,7 @@ Furthermore _MetaTerm_'s command mode exposes a JavaScript prompt through `:exec ## Screenshot -![MetaTerm in action](http://static.kummerlaender.eu/media/metaterm_1.png) +![MetaTerm in action](https://static.kummerlaender.eu/media/metaterm_1.png) [Github]: https://github.com/KnairdA/MetaTerm/ [cgit]: http://code.kummerlaender.eu/MetaTerm/ diff --git a/pages/projects/simple_parser.md b/pages/projects/simple_parser.md index 7129d56..0f3f320 100644 --- a/pages/projects/simple_parser.md +++ b/pages/projects/simple_parser.md @@ -17,7 +17,7 @@ This application marks the first steps in C++ I took a couple of years back and The ability to export the internal binary expression tree resulting from the parsed term as [Graphviz] `dot` is useful for both visualization and debugging purposes. In the following image you can see the depiction of the tree resulting from the arbitrarily chosen term `2.5*(2+3-(3/2+1*(21+11+(5*2))))`: -![Visualization of the parsed tree using Graphviz](http://static.kummerlaender.eu/media/parser_tree.png) +![Visualization of the parsed tree using Graphviz](https://static.kummerlaender.eu/media/parser_tree.png) [Graphviz]: http://www.graphviz.org/ [Github]: https://github.com/KnairdA/SimpleParser/ |