URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * [ ] http://xslthl.sf.net (301) with 1 occurrences could not be migrated: ([https](https://xslthl.sf.net) result AnnotatedConnectException). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://asciidoctor.org with 1 occurrences migrated to: https://asciidoctor.org ([https](https://asciidoctor.org) result 200). * [ ] http://sourceforge.net/projects/xslthl/ with 14 occurrences migrated to: https://sourceforge.net/projects/xslthl/ ([https](https://sourceforge.net/projects/xslthl/) result 200). * [ ] http://www.w3.org/TR/CSS21/propidx.html with 1 occurrences migrated to: https://www.w3.org/TR/CSS21/propidx.html ([https](https://www.w3.org/TR/CSS21/propidx.html) result 200). * [ ] http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to: https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302). * [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to: https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302). * [ ] http://repo.spring.io/release with 1 occurrences migrated to: https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 36 occurrences * http://www.w3.org/2001/XMLSchema-instance with 18 occurrences
This commit is contained in:
committed by
Glenn Renfro
parent
8f46f8c3b0
commit
e032e1bdfe
@@ -39,7 +39,7 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
<name>Spring Snapshots</name>
|
<name>Spring Snapshots</name>
|
||||||
<url>http://repo.spring.io/libs-snapshot-local</url>
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>spring-milestones</id>
|
<id>spring-milestones</id>
|
||||||
<name>Spring Milestones</name>
|
<name>Spring Milestones</name>
|
||||||
<url>http://repo.spring.io/libs-milestone-local</url>
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>spring-releases</id>
|
<id>spring-releases</id>
|
||||||
<name>Spring Releases</name>
|
<name>Spring Releases</name>
|
||||||
<url>http://repo.spring.io/release</url>
|
<url>https://repo.spring.io/release</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
<name>Spring Snapshots</name>
|
<name>Spring Snapshots</name>
|
||||||
<url>http://repo.spring.io/libs-snapshot-local</url>
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>spring-milestones</id>
|
<id>spring-milestones</id>
|
||||||
<name>Spring Milestones</name>
|
<name>Spring Milestones</name>
|
||||||
<url>http://repo.spring.io/libs-milestone-local</url>
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
|
|||||||
@@ -19,5 +19,5 @@
|
|||||||
<highlighter id="properties" file="./xslthl/properties-hl.xml" />
|
<highlighter id="properties" file="./xslthl/properties-hl.xml" />
|
||||||
<highlighter id="json" file="./xslthl/json-hl.xml" />
|
<highlighter id="json" file="./xslthl/json-hl.xml" />
|
||||||
<highlighter id="yaml" file="./xslthl/yaml-hl.xml" />
|
<highlighter id="yaml" file="./xslthl/yaml-hl.xml" />
|
||||||
<namespace prefix="xslthl" uri="http://xslthl.sf.net" />
|
<namespace prefix="xslthl" uri="http://xslthl.sourceforge.net/" />
|
||||||
</xslthl-config>
|
</xslthl-config>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for SH
|
Syntax highlighting definition for SH
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2010 Mathieu Malaterre
|
Copyright (C) 2010 Mathieu Malaterre
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
Syntax highlighting definition for C
|
Syntax highlighting definition for C
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for C++
|
Syntax highlighting definition for C++
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for C#
|
Syntax highlighting definition for C#
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for CSS files
|
Syntax highlighting definition for CSS files
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2011-2012 Martin Hujer, Michiel Hendriks
|
Copyright (C) 2011-2012 Martin Hujer, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
@@ -26,7 +26,7 @@ freely, subject to the following restrictions:
|
|||||||
Martin Hujer <mhujer at users.sourceforge.net>
|
Martin Hujer <mhujer at users.sourceforge.net>
|
||||||
Michiel Hendriks <elmuerte at users.sourceforge.net>
|
Michiel Hendriks <elmuerte at users.sourceforge.net>
|
||||||
|
|
||||||
Reference: http://www.w3.org/TR/CSS21/propidx.html
|
Reference: https://www.w3.org/TR/CSS21/propidx.html
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<highlighters>
|
<highlighters>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
myxml-hl.xml - konfigurace zvyraznovace XML, ktera zvlast zvyrazni
|
myxml-hl.xml - konfigurace zvyraznovace XML, ktera zvlast zvyrazni
|
||||||
HTML elementy a XSL elementy
|
HTML elementy a XSL elementy
|
||||||
|
|
||||||
This file has been customized for the Asciidoctor project (http://asciidoctor.org).
|
This file has been customized for the Asciidoctor project (https://asciidoctor.org).
|
||||||
-->
|
-->
|
||||||
<highlighters>
|
<highlighters>
|
||||||
<highlighter type="xml">
|
<highlighter type="xml">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for ini files
|
Syntax highlighting definition for ini files
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for Java
|
Syntax highlighting definition for Java
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for JavaScript
|
Syntax highlighting definition for JavaScript
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for Perl
|
Syntax highlighting definition for Perl
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for PHP
|
Syntax highlighting definition for PHP
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for Java
|
Syntax highlighting definition for Java
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for Python
|
Syntax highlighting definition for Python
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for Ruby
|
Syntax highlighting definition for Ruby
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
Syntax highlighting definition for SQL:1999
|
Syntax highlighting definition for SQL:1999
|
||||||
|
|
||||||
xslthl - XSLT Syntax Highlighting
|
xslthl - XSLT Syntax Highlighting
|
||||||
http://sourceforge.net/projects/xslthl/
|
https://sourceforge.net/projects/xslthl/
|
||||||
Copyright (C) 2012 Michiel Hendriks, Martin Hujer, k42b3
|
Copyright (C) 2012 Michiel Hendriks, Martin Hujer, k42b3
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
|
|||||||
Reference in New Issue
Block a user