Skip to content

Commit

Permalink
Replacing a link that timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Oct 9, 2024
1 parent 03023ff commit ee8c48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/links/linux_ls_command_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

link_name = "Linux ls command"
link_text = "Linux ls command documentation"
link_url = "https://www.garron.me/en/go2linux/ls-file-permissions.html"
link_url = "https://en.wikipedia.org/wiki/Ls"

link.xref_links.update({link_name: (link_text, link_url)})

0 comments on commit ee8c48a

Please sign in to comment.