From 7033c3324e2f8853601db7c7cbf2e3365f1b4a23 Mon Sep 17 00:00:00 2001 From: pepa65 Date: Tue, 5 Jun 2018 21:03:55 +0700 Subject: [PATCH] Moved to gitlab --- README.md | 2 +- tldr | 6 +++--- tldr-lint | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 54893f6..0fe12c0 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ coreutils, sed, grep, find Please file an issue for a question, a bug or a feature request. Or even better, send a pull request! -[tldr-bash-client github page](http://github.com/pepa65/tldr-bash-client "github.com/pepa65/tldr-bash-client") +[tldr-bash-client gitlab page](http://gitlab.com/pepa65/tldr-bash-client "gitlab.com/pepa65/tldr-bash-client") ### License diff --git a/tldr b/tldr index 57bf1fd..cf64e07 100755 --- a/tldr +++ b/tldr @@ -5,7 +5,7 @@ version='0.39' # tldr-bash-client version 0.39 # Bash client for tldr: community driven man-by-example # - forked from Ray Lee, https://github.com/raylee/tldr -# - modified and expanded by pepa65: https://github.com/pepa65/tldr-bash-client +# - modified and expanded by pepa65: https://gitlab.com/pepa65/tldr-bash-client # - binary download: http://4e4.win/tldr # Requiring: coreutils, grep, unzip, curl/wget, less (optional) @@ -65,7 +65,7 @@ Usage(){ $HOP-r$XHOP, $HOP--render$XHOP ${HFI}file$XHFI: Render ${HFI}file$XHFI as tldr markdown $HOP-m$XHOP, $HOP--markdown$XHOP ${HCO}command$XHCO: Show the markdown source for ${HCO}command$XHCO $HOP-u$XHOP, $HOP--update$XHOP: Update the pages cache by downloading repo archive - $HOP-v$XHOP, $HOP--version$XHOP: Version number and github repo location + $HOP-v$XHOP, $HOP--version$XHOP: Version number and gitlab repo location $HDE[$HOP-h$XHOP, $HOP-?$XHOP, $HOP--help$XHOP]: This help overview ${HDE}Element styling:$XHDE ${T}Title$XT ${D}Description$XD ${E}Example$XE ${C}Code$XC ${V}Value$XV @@ -199,7 +199,7 @@ Config(){ trap 'cat <<<"$stdout"' EXIT || trap 'less -~RXQFP"Browse up/down, press Q to exit " <<<"$stdout"' EXIT - version="tldr-bash-client version $version$XB ${URL}http://github.com/pepa65/tldr-bash-client$XURL" + version="tldr-bash-client version $version$XB ${URL}http://gitlab.com/pepa65/tldr-bash-client$XURL" # Select download method dl="$(type -p curl) -sLfo" || { diff --git a/tldr-lint b/tldr-lint index 43f87f8..f17c8f6 100755 --- a/tldr-lint +++ b/tldr-lint @@ -7,7 +7,7 @@ version='0.13' # Old syntax files $f can be changed into new syntax files by: # sed -i -e "1s/^# //" -e 's/^- //' -e 's/^`\(.*\)`$/ \1/' "$f" # e=$(sed '1s/./=/g;q' "$f") sed -i "2i$e" "$f" -# Part of http://github.com/pepa65/tldr-bash-client +# Part of http://gitlab.com/pepa65/tldr-bash-client # Requirements: coreutils sed grep find Help(){ # $1: optional message