File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ get started, create a directory and run `swift package init` command:
48
48
This will create the directory structure needed for a library package with a
49
49
target and the corresponding test target to write unit tests. A library package
50
50
can contain multiple targets as explained in [ Target Format
51
- Reference] ( PackageDescriptionV4 .md#target-format-reference ) .
51
+ Reference] ( PackageDescription .md#target) .
52
52
53
53
### Create an executable package
54
54
@@ -65,7 +65,7 @@ get started:
65
65
This creates the directory structure needed for executable targets. Any target
66
66
can be turned into a executable target if there is a ` main.swift ` present in
67
67
its sources. Complete reference for layout is
68
- [ here] ( PackageDescriptionV4 .md#target-format-reference ) .
68
+ [ here] ( PackageDescription .md#target) .
69
69
70
70
## Define Dependencies
71
71
You can’t perform that action at this time.
0 commit comments