Skip to content

Commit

Permalink
improvement(docs): switching to HTTPS links for awesomeness #1192
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Franzke committed May 2, 2020
1 parent 374c103 commit a5fc060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/starterkit-twig-demo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"support": {
"issues": "https://github.com/pattern-lab/starterkit-twig-demo/issues",
"wiki": "http://patternlab.io/docs/",
"wiki": "https://patternlab.io/docs/",
"source": "https://github.com/pattern-lab/starterkit-twig-demo/releases"
},
"require": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class ToolsMenu extends BaseLitComponent {
${!this.ishControlsHide['tools-docs']
? html`
<li class="pl-c-tools__item">
<pl-button href="http://patternlab.io/docs/" target="_blank">
<pl-button href="https://patternlab.io/docs/" target="_blank">
Pattern Lab Docs
<pl-icon name="help" slot="after"></pl-icon>
</pl-button>
Expand Down

0 comments on commit a5fc060

Please sign in to comment.