diff --git a/contrib/cli/client b/contrib/cli/client index dfd7170..2414de0 100755 --- a/contrib/cli/client +++ b/contrib/cli/client @@ -1,7 +1,7 @@ #!/bin/bash # Change the url accordingly -URL="https://bin.wantguns.dev" +URL="https://basedbin.fly.dev" FILEPATH="$1" FILENAME=$(basename -- "$FILEPATH") diff --git a/readme.md b/readme.md index b73d13e..80b3d0f 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ It does not require you to host a SQL server and everything is self-contained in a statically linked binary (the docker image runs on scratch !), which makes it extremely easy to deploy. -Try it out on: https://bin.wantguns.dev +Try it out on: https://basedbin.fly.dev ## Clients @@ -43,7 +43,7 @@ or manually copy the following at a file in your path. #!/bin/bash # Change the url accordingly -URL="https://bin.wantguns.dev" +URL="https://basedbin.fly.dev" FILEPATH="$1" FILENAME=$(basename -- "$FILEPATH") @@ -182,7 +182,7 @@ BIN_IDENT=false `GET /p/. ` Get syntax highlighted pastes. - E.g. https://bin.wantguns.dev/p/foobaz.cpp should return a C++ syntax + E.g. https://basedbin.fly.dev/p/foobaz.cpp should return a C++ syntax highlighted paste `POST /` diff --git a/templates/index.html.tera b/templates/index.html.tera index 7e9808f..a4b00f0 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -22,8 +22,6 @@ ROUTES Get highlighted pastes GET /p/. Get syntax highlighted pastes. - E.g. https://bin.wantguns.dev/p/foobaz.cpp should return a C++ syntax - highlighted paste WEB USAGE Drag a file and drop it here, or @@ -37,8 +35,6 @@ CLI USAGE SEE ALSO github.com/wantguns/bin -AUTHOR - Gunwant Jain " autofocus autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">