Merge pull request #207 from vszakats/https

use https in URLs where possible
This commit is contained in:
Michel Fortin 2015-07-05 16:37:59 -04:00
commit 942bf343dd
6 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@ All rights reserved.
Based on Markdown
Copyright (c) 2003-2006 John Gruber
<http://daringfireball.net/>
<https://daringfireball.net/>
All rights reserved.
Redistribution and use in source and binary forms, with or without

View file

@ -8,7 +8,7 @@
#
# Original Markdown
# Copyright (c) 2004-2006 John Gruber
# <http://daringfireball.net/projects/markdown/>
# <https://daringfireball.net/projects/markdown/>
#
namespace Michelf;
@ -493,7 +493,7 @@ class Markdown implements MarkdownInterface {
"doImages" => 10,
"doAnchors" => 20,
# Make links out of things like `<http://example.com/>`
# Make links out of things like `<https://example.com/>`
# Must come after doAnchors, because you can use < and >
# delimiters in inline links like [this](<url>).
"doAutoLinks" => 30,

View file

@ -8,7 +8,7 @@
#
# Original Markdown
# Copyright (c) 2004-2006 John Gruber
# <http://daringfireball.net/projects/markdown/>
# <https://daringfireball.net/projects/markdown/>
#
namespace Michelf;

View file

@ -8,7 +8,7 @@
#
# Original Markdown
# Copyright (c) 2004-2006 John Gruber
# <http://daringfireball.net/projects/markdown/>
# <https://daringfireball.net/projects/markdown/>
#
namespace Michelf;

View file

@ -7,7 +7,7 @@ by Michel Fortin
<https://michelf.ca/>
based on Markdown by John Gruber
<http://daringfireball.net/>
<https://daringfireball.net/>
Introduction
@ -25,7 +25,7 @@ software tool, originally written in Perl, that converts the plain text
markup to HTML. PHP Markdown is a port to PHP of the original Markdown
program by John Gruber.
* [Full documentation of the Markdown syntax](<http://daringfireball.net/projects/markdown/>)
* [Full documentation of the Markdown syntax](<https://daringfireball.net/projects/markdown/>)
— Daring Fireball (John Gruber)
* [Markdown Extra syntax additions](<https://michelf.ca/projects/php-markdown/extra/>)
— Michel Fortin
@ -295,7 +295,7 @@ All rights reserved.
Based on Markdown
Copyright (c) 2003-2005 John Gruber
<http://daringfireball.net/>
<https://daringfireball.net/>
All rights reserved.
Redistribution and use in source and binary forms, with or without

View file

@ -14,7 +14,7 @@
},
{
"name": "John Gruber",
"homepage": "http://daringfireball.net/"
"homepage": "https://daringfireball.net/"
}
],
"require": {