diff options
author | Linus Lee <linus@thesephist.com> | 2020-09-24 09:26:22 -0400 |
---|---|---|
committer | Linus Lee <linus@thesephist.com> | 2020-09-24 09:26:22 -0400 |
commit | 1c42a31e0467ecf0420f9ae6a0ff3e5afa5526fd (patch) | |
tree | 4305c066424c7a2784366d7505912fcd902f0e9a | |
parent | d163581085b57abd84e22cdabc86b5799f4eb388 (diff) | |
download | tabloid-fake-closure-1c42a31e0467ecf0420f9ae6a0ff3e5afa5526fd.tar.gz tabloid-fake-closure-1c42a31e0467ecf0420f9ae6a0ff3e5afa5526fd.zip |
Update link to a nonexistent blog post with a tutorial from the README
-rw-r--r-- | static/js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/main.js b/static/js/main.js index fe242d8..f5190d1 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -154,8 +154,8 @@ class App extends Component { evt.preventDefault(); this.render(); }}>NEW headline!</a> - <a href="https://dotink.co/posts/tabloid/" - target="_blank" noopener noreferer>Blog post</a> + <a href="https://github.com/thesephist/tabloid#language-overview" + target="_blank" noopener noreferer>Tutorial</a> </nav> <p class="subtitle"> <strong class="lang fixed inline block">Tabloid:</strong> The Clickbait Headline Programming Language |