ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=62661df3b77d42b635f832d05b2175ae6b347b56
commit 62661df3b77d42b635f832d05b2175ae6b347b56 Author: Andy Williams <[email protected]> Date: Mon Nov 27 14:24:28 2017 +0000 Fit tutorials to pluralised standard for new page namespaces --- pages/develop/sidebar.txt | 16 ++++++++-------- .../develop/{tutorial => tutorials}/c/eo-classes.md.txt | 0 .../develop/{tutorial => tutorials}/c/eo-inherit.md.txt | 0 pages/develop/{tutorial => tutorials}/c/eo-intro.md.txt | 0 .../{tutorial => tutorials}/c/eo-multiinherit.md.txt | 0 .../develop/{tutorial => tutorials}/c/eo-refcount.md.txt | 0 .../develop/{tutorial => tutorials}/c/hello-world.md.txt | 0 pages/develop/{tutorial => tutorials}/start.txt | 0 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/develop/sidebar.txt b/pages/develop/sidebar.txt index db1e2809b..71ad1ad42 100644 --- a/pages/develop/sidebar.txt +++ b/pages/develop/sidebar.txt @@ -4,16 +4,16 @@ * [[/develop/setup/c/ | Setting up C development [TODO]]] === Tutorials === - * [[/develop/legacy/tutorial/start | Stable API Tutorials]] + * [[/develop/legacy/tutorials/start | Stable API Tutorials]] - * [[/develop/tutorial/c/hello-world | Hello World [Beta]]] - * [[/develop/tutorial/c/eo-intro | EFL Objects [Beta]]] - * [[/develop/tutorial/c/eo-refcount | Reference Counting]] - * [[/develop/tutorial/c/eo-classes | Creating New Classes]] - * [[/develop/tutorial/c/eo-inherit | Class Inheritance]] - * [[/develop/tutorial/c/eo-multiinherit | Multiple Inheritance]] + * [[/develop/tutorials/c/hello-world | Hello World [Beta]]] + * [[/develop/tutorials/c/eo-intro | EFL Objects [Beta]]] + * [[/develop/tutorials/c/eo-refcount | Reference Counting]] + * [[/develop/tutorials/c/eo-classes | Creating New Classes]] + * [[/develop/tutorials/c/eo-inherit | Class Inheritance]] + * [[/develop/tutorials/c/eo-multiinherit | Multiple Inheritance]] === APIs === * [[/develop/legacy/api/c | C Stable API]] - * [[/develop/api/ | C API [Beta]]] \ No newline at end of file + * [[/develop/api/ | C API [Beta]]] diff --git a/pages/develop/tutorial/c/eo-classes.md.txt b/pages/develop/tutorials/c/eo-classes.md.txt similarity index 100% rename from pages/develop/tutorial/c/eo-classes.md.txt rename to pages/develop/tutorials/c/eo-classes.md.txt diff --git a/pages/develop/tutorial/c/eo-inherit.md.txt b/pages/develop/tutorials/c/eo-inherit.md.txt similarity index 100% rename from pages/develop/tutorial/c/eo-inherit.md.txt rename to pages/develop/tutorials/c/eo-inherit.md.txt diff --git a/pages/develop/tutorial/c/eo-intro.md.txt b/pages/develop/tutorials/c/eo-intro.md.txt similarity index 100% rename from pages/develop/tutorial/c/eo-intro.md.txt rename to pages/develop/tutorials/c/eo-intro.md.txt diff --git a/pages/develop/tutorial/c/eo-multiinherit.md.txt b/pages/develop/tutorials/c/eo-multiinherit.md.txt similarity index 100% rename from pages/develop/tutorial/c/eo-multiinherit.md.txt rename to pages/develop/tutorials/c/eo-multiinherit.md.txt diff --git a/pages/develop/tutorial/c/eo-refcount.md.txt b/pages/develop/tutorials/c/eo-refcount.md.txt similarity index 100% rename from pages/develop/tutorial/c/eo-refcount.md.txt rename to pages/develop/tutorials/c/eo-refcount.md.txt diff --git a/pages/develop/tutorial/c/hello-world.md.txt b/pages/develop/tutorials/c/hello-world.md.txt similarity index 100% rename from pages/develop/tutorial/c/hello-world.md.txt rename to pages/develop/tutorials/c/hello-world.md.txt diff --git a/pages/develop/tutorial/start.txt b/pages/develop/tutorials/start.txt similarity index 100% rename from pages/develop/tutorial/start.txt rename to pages/develop/tutorials/start.txt --
