Skip to content

Commit

Permalink
Updated dead link
Browse files Browse the repository at this point in the history
Old link did not work.
Added a new working link.
  • Loading branch information
giria committed Jul 22, 2022
1 parent ead613a commit ba2e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bf.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ba2e8b7

Please sign in to comment.