Skip to content

Commit ab99405

Browse files
committed
Showcase the demo version
Signed-off-by: Gunwant Jain <[email protected]>
1 parent fa9a97c commit ab99405

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

contrib/cli/client

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Change the url accordingly
4-
URL="https://bin.wantguns.dev"
4+
URL="https://basedbin.fly.dev"
55

66
FILEPATH="$1"
77
FILENAME=$(basename -- "$FILEPATH")

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It does not require you to host a SQL server and everything is self-contained in
88
a statically linked binary (the docker image runs on scratch !), which makes it
99
extremely easy to deploy.
1010

11-
Try it out on: https://bin.wantguns.dev
11+
Try it out on: https://basedbin.fly.dev
1212

1313
## Clients
1414

@@ -43,7 +43,7 @@ or manually copy the following at a file in your path.
4343
#!/bin/bash
4444

4545
# Change the url accordingly
46-
URL="https://bin.wantguns.dev"
46+
URL="https://basedbin.fly.dev"
4747

4848
FILEPATH="$1"
4949
FILENAME=$(basename -- "$FILEPATH")
@@ -182,7 +182,7 @@ BIN_IDENT=false
182182
`GET /p/<id>.<ext> `
183183

184184
Get syntax highlighted pastes.
185-
E.g. https://bin.wantguns.dev/p/foobaz.cpp should return a C++ syntax
185+
E.g. https://basedbin.fly.dev/p/foobaz.cpp should return a C++ syntax
186186
highlighted paste
187187

188188
`POST /`

templates/index.html.tera

-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ ROUTES
2222
Get highlighted pastes
2323
GET /p/<id>.<ext>
2424
Get syntax highlighted pastes.
25-
E.g. https://bin.wantguns.dev/p/foobaz.cpp should return a C++ syntax
26-
highlighted paste
2725

2826
WEB USAGE
2927
Drag a file and drop it here, or
@@ -37,8 +35,6 @@ CLI USAGE
3735
SEE ALSO
3836
github.com/wantguns/bin
3937

40-
AUTHOR
41-
Gunwant Jain
4238
" autofocus autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
4339
</div>
4440
<div class="selectBox">

0 commit comments

Comments
 (0)