ico-sxiv

View the individual entries of an ICO file in sxiv ⏺️

Commit
f28ab8ddb64aff798eb0ece2cd9d9d6fef84c546
Parent
af7ae0a5adc9c9d3421e32b941be2bc0ad54e9b7
Author
Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
Date

Fixed broken links

Diffstat

4 files changed, 5 insertions, 5 deletions

Status File Name N° Changes Insertions Deletions
Modified README.adoc 2 1 1
Modified install.sh 4 2 2
Modified man/ico-sxvi.1 2 1 1
Modified man/man.adoc 2 1 1
diff --git a/README.adoc b/README.adoc
@@ -20,7 +20,7 @@ The `ico-sxvi(1)` command and it's man page can be installed in Unix systems
 by running:
 
 ----
-$ curl -s https://gitlab.com/pablo-escobar/ico-sxvi/-/raw/master/install.sh | sudo sh
+$ curl -s https://gitlab.com/pablo-escobar/ico-view/-/raw/master/install.sh | sudo sh
 ----
 
 The executable is installed in `$HOME/.local/bin/` and the man-page is 
diff --git a/install.sh b/install.sh
@@ -42,13 +42,13 @@ then
 fi
 
 # Download the executable
-wget https://gitlab.com/pablo-escobar/ico-sxvi/-/raw/master/ico-sxvi -P "$HOME/.local/bin/"\
+wget https://gitlab.com/pablo-escobar/ico-view/-/raw/master/ico-sxvi -P "$HOME/.local/bin/"\
     && chmod +x "$HOME/.local/bin/ico-sxvi"\
     || exit 1
 
 # Install the man page
 tmp="$(mktemp -d)"
-wget https://gitlab.com/pablo-escobar/ico-sxvi/-/raw/master/man/ico-sxvi.1 -P "$tmp"\
+wget https://gitlab.com/pablo-escobar/ico-view/-/raw/master/man/ico-sxvi.1 -P "$tmp"\
     && install -g 0 -o 0 -m 0644 "$tmp/ico-sxvi.1" "$HOME/.local/share/man/man1/"\
     || exit 1
 
diff --git a/man/ico-sxvi.1 b/man/ico-sxvi.1
@@ -41,7 +41,7 @@ View the individual entries of an ICO file in sxiv.
 .SH "RESOURCES"
 .sp
 \fBGit source repository on GitLab:\fP \c
-.URL "https://gitlab.com/pablo\-escobar/ico\-sxvi" "" ""
+.URL "https://gitlab.com/pablo\-escobar/ico\-view" "" ""
 .SH "COPYING"
 .sp
 Copyright (C) 2020 Pablo Emilio Escobar Gaviria.
diff --git a/man/man.adoc b/man/man.adoc
@@ -19,7 +19,7 @@ View the individual entries of an ICO file in sxiv.
 
 == RESOURCES
 
-*Git source repository on GitLab:* https://gitlab.com/pablo-escobar/ico-sxvi
+*Git source repository on GitLab:* https://gitlab.com/pablo-escobar/ico-view
 
 == COPYING