1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

gh-browse: refresh page: fix placeholders (#9743)

This commit is contained in:
Emily Grace Seville 2023-05-02 19:30:27 +10:00 committed by GitHub
parent 19d7368c35
commit b614e6714c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
- Open a specific issue or pull request in the web browser:
`gh browse {{issue_or_pull_request_number}}`
`gh browse {{issue_number|pull_request_number}}`
- Open a specific branch in the web browser:
@ -29,7 +29,7 @@
- Open a specific file or directory of the current repository in the web browser:
`gh browse {{path_from_root_of_repository}}`
`gh browse {{path/to/file_or_directory}}`
- Print the destination URL without open the web browser: