Skip to content

Commit

Permalink
Move URLs from HTTP to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 26, 2019
1 parent a5a895a commit 70ada4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/plugins.md
Expand Up @@ -88,7 +88,7 @@ See [Creating plugins][create] below.
* [`remark-grid-tables`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-grid-tables)
— custom syntax to describe tables (rehype compatible)
* [`remark-graphviz`](https://github.com/temando/remark-graphviz)
— transform [graphviz](http://www.graphviz.org) dot graphs to SVG
— transform [graphviz](https://www.graphviz.org) dot graphs to SVG
* [`remark-heading-gap`](https://github.com/remarkjs/remark-heading-gap)
— stringify with more spacing between headings
* [`remark-highlight.js`](https://github.com/remarkjs/remark-highlight.js)
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-stringify/lib/visitors/link.js
Expand Up @@ -12,7 +12,7 @@ var leftParenthesis = '('
var rightParenthesis = ')'

// Expression for a protocol:
// See <http://en.wikipedia.org/wiki/URI_scheme#Generic_syntax>.
// See <https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Generic_syntax>.
var protocol = /^[a-z][a-z+.-]+:\/?/i

// Stringify a link.
Expand Down

0 comments on commit 70ada4a

Please sign in to comment.