diff options
author | Ben Sima <ben@bsima.me> | 2020-03-31 17:50:07 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-03-31 17:50:07 -0700 |
commit | 492ba39739c869d3f2b9766112232d384a145e38 (patch) | |
tree | df725f32c7ac155db31d39888a497ff71427e8a8 /Run/Que/index.md | |
parent | 9493e2dbf9671d55fea2a96aa057589670e9673a (diff) |
Cleanup index and _ ns handling
So now _ is the special namespace that only I can post to. Unfortunately
I think the guardIP function is still broken.
Diffstat (limited to 'Run/Que/index.md')
-rw-r--r-- | Run/Que/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Run/Que/index.md b/Run/Que/index.md index 59a7ad8..ca5c7ef 100644 --- a/Run/Que/index.md +++ b/Run/Que/index.md @@ -19,7 +19,7 @@ interact with the `que.run` service. Download it to somewhere on your `$PATH` and make it executable: - curl https://que.run/_client/python > ~/bin/que + curl https://que.run/_/client > ~/bin/que chmod +x ~/bin/que que --help @@ -34,4 +34,4 @@ We are collecting a repository of scripts that make awesome use of que: - ephemeral, serverless chat rooms - collaborative jukebox -<a id="quescripts-btn" href="_page/quescripts">See the examples</a> +<a id="quescripts-btn" href="/_/quescripts">See the examples</a> |