Skip to content

Commit fb64ff2

Browse files
authored
Update links for repositories moved from apple to swiftlang (#1048)
1 parent 883cb8a commit fb64ff2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif()
5050
find_package(cmark-gfm CONFIG)
5151
if(NOT cmark-gfm_FOUND)
5252
FetchContent_Declare(cmark-gfm
53-
GIT_REPOSITORY https://github.com/apple/swift-cmark
53+
GIT_REPOSITORY https://github.com/swiftlang/swift-cmark
5454
GIT_TAG gfm)
5555
list(APPEND _SF_VENDOR_DEPENDENCIES cmark-gfm)
5656
endif()
@@ -60,7 +60,7 @@ if(NOT SwiftMarkdown_FOUND)
6060
# TODO(compnerd) we need a latest version for now as we need the CMake support
6161
# which is untagged.
6262
FetchContent_Declare(Markdown
63-
GIT_REPOSITORY https://github.com/apple/swift-markdown
63+
GIT_REPOSITORY https://github.com/swiftlang/swift-markdown
6464
GIT_TAG main)
6565
list(APPEND _SF_VENDOR_DEPENDENCIES Markdown)
6666
endif()

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ var dependencies: [Package.Dependency] {
197197
} else {
198198
return [
199199
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
200-
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
200+
.package(url: "https://github.com/swiftlang/swift-markdown.git", from: "0.2.0"),
201201
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "main"),
202202
]
203203
}

0 commit comments

Comments
 (0)