summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-3.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-3.1.rst')
-rw-r--r--documentation/ref-manual/migration-3.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration-3.1.rst b/documentation/ref-manual/migration-3.1.rst
index 92c8c77613..4fcd2490d3 100644
--- a/documentation/ref-manual/migration-3.1.rst
+++ b/documentation/ref-manual/migration-3.1.rst
@@ -181,7 +181,7 @@ to be changed as a result.
181 181
182An example of the new scheme: :: 182An example of the new scheme: ::
183 183
184 SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \\ 184 SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \
185 npmsw://${THISDIR}/npm-shrinkwrap.json" 185 npmsw://${THISDIR}/npm-shrinkwrap.json"
186 186
187Another example where the sources are fetched from git rather than an npm repository: :: 187Another example where the sources are fetched from git rather than an npm repository: ::