xartigas pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=4d839fa7a915919550630046fc4fcc792592671e
commit 4d839fa7a915919550630046fc4fcc792592671e Author: Xavi Artigas <[email protected]> Date: Wed Dec 12 11:09:48 2018 +0100 Remove server name from image link DokuWiki will add it, and in this way the file can be reused in other documentation systems like DocFX (and on other servers). --- pages/develop/tutorials/csharp/hello-world-cs.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/tutorials/csharp/hello-world-cs.md.txt b/pages/develop/tutorials/csharp/hello-world-cs.md.txt index 09fda7baa..e858e8cf8 100644 --- a/pages/develop/tutorials/csharp/hello-world-cs.md.txt +++ b/pages/develop/tutorials/csharp/hello-world-cs.md.txt @@ -55,7 +55,7 @@ public class Example Compile it as explained in the [Setting Up a C# Development Environment](/develop/setup/csharp/) guide and run the executable. If everything worked according to plan, you should see an empty window like this: - + ## Walkthrough ## --
