diff options
author | Joan Barrull Ribalta <giria@users.noreply.github.com> | 2022-07-22 23:26:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 23:26:01 +0100 |
commit | ba2e8b75d01a0361585d5765644567181179b9ee (patch) | |
tree | 64fb78d45a9cbba77081acb9c5b0832fb9bd1941 | |
parent | ead613a12c3928f2f05ba30fc57ec88c083febf2 (diff) |
Updated dead link
Old link did not work.
Added a new working link.
-rw-r--r-- | bf.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bf.html.markdown b/bf.html.markdown index 1e415a4d..5ede0546 100644 --- a/bf.html.markdown +++ b/bf.html.markdown @@ -9,7 +9,7 @@ contributors: Brainfuck (not capitalized except at the start of a sentence) is an extremely minimal Turing-complete programming language with just 8 commands. -You can try brainfuck on your browser with [brainfuck-visualizer](http://fatiherikli.github.io/brainfuck-visualizer/). +You can try brainfuck on your browser with [brainfuck-visualizer](https://brainfuck-visualizer.herokuapp.com). ```bf Any character not "><+-.,[]" (excluding quotation marks) is ignored. |