Skip to content

Commit 45b3f89

Browse files
committed
add documentation link
1 parent f300472 commit 45b3f89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proposals/NNNN-environment-dependent-shared-libraries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Authors: [tayloraswift](https://github.com/tayloraswift)
55
* Review Manager: TBD
66
* Implementation: [swiftlang/swift-package-manager#8249](https://github.com/swiftlang/swift-package-manager/pull/8249)
7+
* Documentation: [How to use Environment-Dependent Shared Libraries](https://github.com/tayloraswift/swift-edsl-example-client/blob/master/Sources/KrustyKrab/docs.docc/Getting%20Started.md)
78
* Bugs: [SR-5714](https://github.com/swiftlang/swift-package-manager/issues/5714)
89

910
## Introduction
@@ -12,9 +13,9 @@ SwiftPM currently has no support for non-system binary library dependencies on L
1213

1314
Swift-evolution thread: [Discussion thread](https://forums.swift.org/t/pitch-replaceable-library-plugins/77605)
1415

15-
Example Producer: [swift-rlp-example](https://github.com/tayloraswift/swift-rlp-example)
16+
Example Producer: [swift-edsl-example](https://github.com/tayloraswift/swift-edsl-example)
1617

17-
Example Consumer: [swift-rlp-example-client](https://github.com/tayloraswift/swift-rlp-example-client)
18+
Example Consumer: [swift-edsl-example-client](https://github.com/tayloraswift/swift-edsl-example-client)
1819

1920
## Motivation
2021

0 commit comments

Comments
 (0)