Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed URLs to HTTPS #4045

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Conversation

einsteinsfool
Copy link
Contributor

@einsteinsfool einsteinsfool commented Jun 23, 2018

Runned grep -rnw . --exclude-dir={external,build} -e 'http:/' in the repo directory and changed all occurrences of "http://" to "https://" if the page was accessible via HTTPS.

Sometimes I changed the URL entirely if it was outdated. This was the case for Qt docs, monerochain.info in tree-hash.c.

Skipped RFC, licences, epee and gtest.

Checked all URLs manually. There have been some URLs with HTTP that didn't work with HTTPS and I didn't change them. You can check which by pulling my PR and running the grep command from the 1st post. Also, some HTTPS URLs don't work but neither did their HTTP equivalent. They are just outdated and I wasn't able to find a live version for them (as for Qt Docs). I still plan to check all URLs in the repo and find some live versions for dead links, but that's after this PR. And I changed dead URLs to HTTPS too, because why not?

Copy link
Collaborator

@moneromooo-monero moneromooo-monero left a comment

Choose a reason for hiding this comment

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

Thanks, looks good now :)

@luigi1111 luigi1111 merged commit 7cdd147 into monero-project:master Jul 19, 2018
luigi1111 added a commit that referenced this pull request Jul 19, 2018
7cdd147 Changed URLs to HTTPS (einsteinsfool)
Sign up for free to 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.

3 participants