We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7469c09 commit 35fece8Copy full SHA for 35fece8
scripts/deploy/publish-docs-content.sh
@@ -27,7 +27,7 @@ docsContentPath="${projectPath}/tmp/material2-docs-content"
27
examplesPackagePath="$(bazel info bazel-bin)/src/material-examples/npm_package"
28
29
# Git clone URL for the material2-docs-content repository.
30
-docsContentRepoUrl="https://github.com/angular/components-docs-content"
+docsContentRepoUrl="https://github.com/angular/material2-docs-content"
31
32
# Current version of Angular Material from the package.json file
33
buildVersion=$(node -pe "require('./package.json').version")
0 commit comments