Skip to content

Commit 1eab763

Browse files
authored
Merge pull request #66 from arshadkazmi42/patch-1
Fix Broken Link
2 parents 314db85 + 2501c18 commit 1eab763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config user.name plotlydocbot
4242
git config user.email accounts@plot.ly
4343
git add *
44-
git commit -m "build of https://github.com/plotlyplotlyjs.jl-docs/commit/${CIRCLE_SHA1}"
44+
git commit -m "build of https://github.com/plotly/plotlyjs.jl-docs/commit/${CIRCLE_SHA1}"
4545
git push --force git@github.com:plotly/plotlyjs.jl-docs.git master:built
4646
rm -rf .git
4747
cd ../..

0 commit comments

Comments
 (0)