Skip to content

Commit 2501c18

Browse files
Fix Broken Link
1 parent 314db85 commit 2501c18

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)