Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Use HTTPS for links to the docs #1083

Closed
wants to merge 1 commit into from

Conversation

bocharsky-bw
Copy link
Contributor

It was done in Symfony Demo symfony/demo#550

@@ -19,7 +19,7 @@
<div id="next">
<h2>What's next?</h2>
<p>
<svg id="icon-book" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="-12.5 9 64 64" enable-background="new -12.5 9 64 64" xml:space="preserve">
<svg id="icon-book" version="1.1" xmlns="https://www.w3.org/2000/svg" x="0px" y="0px" viewBox="-12.5 9 64 64" enable-background="new -12.5 9 64 64" xml:space="preserve">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's wrong. The official XML namespace for SVG does not have https in it (the website uses HTTPS, but this does not impact the XML namespace)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I followed the link and was redirected to the https, that's why I decided to change it.

Thanks, I'll revert it!

phpunit.xml.dist Outdated
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
<phpunit xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's wrong as well

@fabpot
Copy link
Member

fabpot commented Jun 1, 2017

Thank you @bocharsky-bw.

@fabpot fabpot closed this in c779374 Jun 1, 2017
@bocharsky-bw bocharsky-bw deleted the use-https branch June 1, 2017 18:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants