Skip to content

Fix broken website rendering - #1

Merged
uberlinuxguy merged 1 commit into
OpenParsec:masterfrom
mattthias:fix_https_links
Nov 6, 2021
Merged

Fix broken website rendering#1
uberlinuxguy merged 1 commit into
OpenParsec:masterfrom
mattthias:fix_https_links

Conversation

@mattthias

Copy link
Copy Markdown
Contributor

Modern browsers block the loading of mixed content (http/https).
With this commit the hardcoded "http://openparsec.com" is replaced with
site relative links.

Bildschirmfoto_2021-11-06_22-31-43

Bildschirmfoto_2021-11-06_22-31-57

Modern browsers block the loading of mixed content (http/https).
With this commit the hardcoded "http://openparsec.com" is replaced with
site relative links.
Signed-off-by: Matthias Schmitz <matthias@sigxcpu.org>

@uberlinuxguyuberlinuxguy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This looks great! Thanks for catching this, and submitting the PR.

@uberlinuxguy
uberlinuxguy merged commit 609897c into OpenParsec:masterNov 6, 2021
@uberlinuxguy

Copy link
Copy Markdown
Member

@CrazySpence Do you host the site now? You might want to pull the changes, I have merged them to master.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mattthias@uberlinuxguy