I know with AttributedString, I can link to an external website using something like:
Text("To learn more about AttributedString visit [this page](https://developer.apple.com/documentation/foundation/attributedstring/)")
Can I use this to go from ViewA to ViewB within the same app, kind of like this example in Twitter?