You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update documentation links and examples after 1.0.0 release (#111)
Motivation
----------
The DoCC documentation was restructured substantially between 0.5.0 and
1.0.0, so the links in `README.md` are no longer correct. The examples
should also point to the new release.
Modifications
-------------
* Update the links to the Swift Package Index documentation
* Update example project dependencies
* Stop asking SPI to build the `containertool` documentation target
Result
------
Documentation links will be correct once Swift Package Index builds the
new release.
Test Plan
---------
All existing tests continue to pass.
@@ -69,6 +69,6 @@ Trying to pull registry.example.com/myservice@sha256:a3f75d0932d052dd9d448a1c904
69
69
70
70
## Getting Started
71
71
72
-
Learn more about setting up your project in the [plugin documentation](https://swiftpackageindex.com/apple/swift-container-plugin/documentation/containerimagebuilderplugin).
72
+
Learn more about setting up your project in the [plugin documentation](https://swiftpackageindex.com/apple/swift-container-plugin/documentation/swift-container-plugin).
0 commit comments