From a83b746f9dd7a64977df034666ee4722d64dc1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sun, 12 Oct 2014 13:24:38 +0200 Subject: [PATCH] Fixed Link in BefunGen desc --- www/data/programs/desc/BefunGen/index.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/data/programs/desc/BefunGen/index.markdown b/www/data/programs/desc/BefunGen/index.markdown index 985f7d4..812acd6 100644 --- a/www/data/programs/desc/BefunGen/index.markdown +++ b/www/data/programs/desc/BefunGen/index.markdown @@ -12,7 +12,7 @@ > **NOTE:** > -> If you don't know the esoteric language Befunge I can refer you to the [esolang page](http://esolangs.org/wiki/Befunge) and my own [tutorial](/__INSERT__LINK_HERE__.php) +> If you don't know the esoteric language Befunge I can refer you to the [esolang page](http://esolangs.org/wiki/Befunge) and my own [tutorial](/blog/2/Lets_do_Befunge93) ## BefunWrite @@ -83,4 +83,4 @@ The problem here is that there may be code that never gets executed (not part of BefunHighlight tries to solve this by evaluating every possible path an program can execute and so calculating the ways a single command is used. Based on these informations it's now possible for another program to better highlight the source code. -Be aware that **p**ut and **g**et operations will invalidate the calculated values and it is needed to update them. \ No newline at end of file +Be aware that **p**ut and **g**et operations will invalidate the calculated values and it is needed to update them.