Skip to content

Commit

Permalink
Remove typo in hyperlink URL
Browse files Browse the repository at this point in the history
The trailing 'A' lead to a 404, remove it.
  • Loading branch information
Chris Pick authored and wez committed Jul 3, 2023
1 parent 71dcb07 commit 35df422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termwiz/src/hyperlink.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Handling hyperlinks.
//! This gist describes an escape sequence for explicitly managing hyperlinks:
//! <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5fedaA>
//! <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>
//! We use that as the foundation of our hyperlink support, and the game
//! plan is to then implicitly enable the hyperlink attribute for a cell
//! as we recognize linkable input text during print() processing.
Expand Down

0 comments on commit 35df422

Please sign in to comment.