File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ function __get_url() {
15
15
" show/view" )
16
16
case " ${noun} " in
17
17
" status" )
18
- url=" https://bhavidhingra.github.io/just-my-docs /explorer/show/status"
18
+ url=" https://custom-git.io /explorer/show/status"
19
19
;;
20
20
" uncommitted changes" )
21
- url=" https://bhavidhingra.github.io/just-my-docs /explorer/show/uncommitted-changes"
21
+ url=" https://custom-git.io /explorer/show/uncommitted-changes"
22
22
;;
23
23
" commit logs/history" )
24
- url=" https://bhavidhingra.github.io/just-my-docs /explorer/show/commit-logs"
24
+ url=" https://custom-git.io /explorer/show/commit-logs"
25
25
;;
26
26
* )
27
27
__print_err " [__get_url] verb: ${verb} , unknown noun: ${noun} "
@@ -31,7 +31,7 @@ function __get_url() {
31
31
" add" )
32
32
case " ${noun} " in
33
33
" new changes" )
34
- url=" https://bhavidhingra.github.io/just-my-docs /explorer/add/new-changes"
34
+ url=" https://custom-git.io /explorer/add/new-changes"
35
35
;;
36
36
* )
37
37
__print_err " [__get_url] verb: ${verb} , unknown noun: ${noun} "
@@ -41,10 +41,10 @@ function __get_url() {
41
41
" restore" )
42
42
case " ${noun} " in
43
43
" staged changes" )
44
- url=" https://bhavidhingra.github.io/just-my-docs /explorer/restore/staged-changes"
44
+ url=" https://custom-git.io /explorer/restore/staged-changes"
45
45
;;
46
46
" unstaged changes" )
47
- url=" https://bhavidhingra.github.io/just-my-docs /explorer/restore/unstaged-changes"
47
+ url=" https://custom-git.io /explorer/restore/unstaged-changes"
48
48
;;
49
49
* )
50
50
__print_err " [__get_url] verb: ${verb} , unknown noun: ${noun} "
You can’t perform that action at this time.
0 commit comments