@@ -11,7 +11,7 @@ The markup tree provided by this package is comprised of immutable/persistent, t
1111In your ` Package.swift ` Swift Package Manager manifest, add the following dependency to your ` dependencies ` argument:
1212
1313``` swift
14- .package (url : " https://github.com/apple /swift-markdown.git" , branch : " main" ),
14+ .package (url : " https://github.com/swiftlang /swift-markdown.git" , branch : " main" ),
1515```
1616
1717Add the dependency to any targets you've declared in your manifest:
@@ -50,15 +50,15 @@ Please see the [contributing guide](https://swift.org/contributing/#contributing
5050
5151### Submitting a Bug Report
5252
53- Swift Markdown tracks all bug reports with [ GitHub Issues] ( https://github.com/apple /swift-markdown/issues ) .
53+ Swift Markdown tracks all bug reports with [ GitHub Issues] ( https://github.com/swiftlang /swift-markdown/issues ) .
5454You can use the "Swift-Markdown" component for issues and feature requests specific to Swift Markdown.
5555When you submit a bug report we ask that you follow the
5656Swift [ Bug Reporting] ( https://swift.org/contributing/#reporting-bugs ) guidelines
5757and provide as many details as possible.
5858
5959### Submitting a Feature Request
6060
61- For feature requests, please feel free to file a [ GitHub issue] ( https://github.com/apple /swift-markdown/issues/new )
61+ For feature requests, please feel free to file a [ GitHub issue] ( https://github.com/swiftlang /swift-markdown/issues/new )
6262or start a discussion on the [ Swift Forums] ( https://forums.swift.org/c/development/swift-docc ) .
6363
6464Don't hesitate to submit a feature request if you see a way
0 commit comments