Skip to content

Commit

Permalink
Improve GH normalization examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Nov 1, 2021
1 parent 0e4794c commit c8a6630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Example:

There is special handling for GitHub URLs, removing the need to provide the raw file URL:

* `https://github.com/org/repo/blob/master/hi.md` => `https://raw.githubusercontent.com/org/repo/master/hi.md`
* `https://github.com/org/repo/tree/master/src` => defaults to README.md in the directory
* `https://github.com/org/repo` => defaults to the README.md in the repository root on the `master` branch
* github.com/org/repo/blob/master/hi.md => raw.githubusercontent.com/org/repo/master/hi.md
* github.com/org/repo/tree/master/src => defaults to README.md in the directory
* github.com/org/repo => defaults to the README.md in the repository root on the `master` branch

### Embedding Bitbucket content

Expand Down

0 comments on commit c8a6630

Please sign in to comment.