Skip to content

Commit

Permalink
Fix MD
Browse files Browse the repository at this point in the history
  • Loading branch information
qnga committed Oct 4, 2023
1 parent e641ecd commit 9a6d814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ navigator.addInputListener(object : InputListener {

### New navigator interfaces

An important part of `VisualNavigator` was moved to `DirectionalNavigator`. A new [HyperlinkNavigator]
interface implemented by the [EpubFragmentNavigator] provides the ability to intercept clicks on
An important part of `VisualNavigator` was moved to `DirectionalNavigator`. A new `HyperlinkNavigator`
interface implemented by the `EpubFragmentNavigator` provides the ability to intercept clicks on
links to both internal and external URLs. Opening external URLs is no longer handled by the navigator,
that's something you should do by yourself in the way you like.

Expand Down

0 comments on commit 9a6d814

Please sign in to comment.