Skip to content

Commit

Permalink
Use main branch instead of master (#49)
Browse files Browse the repository at this point in the history
[About 1.5 years ago](tldr-pages/tldr#5868), we deprecated the master branch in favour of the main branch. We intend to remove it [soon, likely by May 1st 2023](tldr-pages/tldr#9628).
  • Loading branch information
kbdharun authored Dec 27, 2022
1 parent 1cc18d7 commit e33a87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tldr
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ check_requirements() {
# constants and read-only values

base_url() {
echo https://raw.githubusercontent.com/tldr-pages/tldr/master/pages
echo https://raw.githubusercontent.com/tldr-pages/tldr/main/pages
}

upstream_pages() {
echo https://raw.githubusercontent.com/tldr-pages/tldr-pages.github.io/master/assets/tldr.zip
echo https://raw.githubusercontent.com/tldr-pages/tldr-pages.github.io/main/assets/tldr.zip
}

# cache_dir returns the base path for caching tldr data files.
Expand Down

0 comments on commit e33a87a

Please sign in to comment.