Skip to content

Commit b89553e

Browse files
Update links in Usage.md
1 parent 0425b50 commit b89553e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ get started, create a directory and run `swift package init` command:
4848
This will create the directory structure needed for a library package with a
4949
target and the corresponding test target to write unit tests. A library package
5050
can contain multiple targets as explained in [Target Format
51-
Reference](PackageDescriptionV4.md#target-format-reference).
51+
Reference](PackageDescription.md#target).
5252

5353
### Create an executable package
5454

@@ -65,7 +65,7 @@ get started:
6565
This creates the directory structure needed for executable targets. Any target
6666
can be turned into a executable target if there is a `main.swift` present in
6767
its sources. Complete reference for layout is
68-
[here](PackageDescriptionV4.md#target-format-reference).
68+
[here](PackageDescription.md#target).
6969

7070
## Define Dependencies
7171

0 commit comments

Comments
 (0)