Skip to content

Commit 90a8e2e

Browse files
authored
Update repository URLs (#203)
1 parent 7530dfe commit 90a8e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The markup tree provided by this package is comprised of immutable/persistent, t
1111
In 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

1717
Add 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).
5454
You can use the "Swift-Markdown" component for issues and feature requests specific to Swift Markdown.
5555
When you submit a bug report we ask that you follow the
5656
Swift [Bug Reporting](https://swift.org/contributing/#reporting-bugs) guidelines
5757
and 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)
6262
or start a discussion on the [Swift Forums](https://forums.swift.org/c/development/swift-docc).
6363

6464
Don't hesitate to submit a feature request if you see a way

0 commit comments

Comments
 (0)