WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=f01143150357cf3d6c837a05debc6feae377e0dd
commit f01143150357cf3d6c837a05debc6feae377e0dd Author: Xavi Artigas <xavierarti...@yahoo.es> Date: Wed Oct 25 05:31:09 2017 -0700 Wiki page eo.md changed with summary [Another broken link] by Xavi Artigas --- pages/contrib/docs/eo.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/contrib/docs/eo.md.txt b/pages/contrib/docs/eo.md.txt index ecd3ddd7..3bbaadc7 100644 --- a/pages/contrib/docs/eo.md.txt +++ b/pages/contrib/docs/eo.md.txt @@ -6,7 +6,7 @@ ## Language Quick Reference ## -This is the quick reference, for a full definition see [Format in EBNF](#Eolian-file-format) +This is the quick reference, for a full definition see [Format in EBNF](#Eolian_file_format) * General: * `/* comment */` or `//` are comments like in C/C++, they are used to explain the statements surrounding them. It's ignored and will never go to the generated files. --