Skip to content

Commit

Permalink
Merge pull request #72 from claudiob/patch-1
Browse files Browse the repository at this point in the history
Fix URL in comment
  • Loading branch information
jayohms authored Jan 16, 2025
2 parents 0c20bcb + 4793c0b commit 42e25ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Turbo/Navigator/Navigator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import WebKit
class DefaultNavigatorDelegate: NSObject, NavigatorDelegate {}

/// Handles navigation to new URLs using the following rules:
/// [Navigator Handled Flows](https://github.com/hotwired/turbo-ios/Docs/Navigator.md)
/// [Navigator Handled Flows](https://native.hotwired.dev/reference/navigation)
public class Navigator {
public unowned var delegate: NavigatorDelegate

Expand Down

0 comments on commit 42e25ff

Please sign in to comment.