Skip to content

Commit

Permalink
Merge pull request #14 from pixelcmtd/patch-1
Browse files Browse the repository at this point in the history
Use `main` branch instead of `master`
  • Loading branch information
BrainMaestro committed Mar 2, 2023
2 parents f62552d + 15b53ff commit 6f58ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Page
{
const BASE_URL = 'https://raw.githubusercontent.com/tldr-pages/tldr/master/pages/';
const BASE_URL = 'https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/';

/**
* Get the page for the platform in the local cache or download it if it does not exist
Expand Down

0 comments on commit 6f58ccf

Please sign in to comment.