Fix for typo (LICENCE) and suggestion for https links#103
Merged
jeking3 merged 2 commits intoboostorg:developfrom Apr 22, 2019
tinko92:develop
Merged
Fix for typo (LICENCE) and suggestion for https links#103jeking3 merged 2 commits intoboostorg:developfrom tinko92:develop
jeking3 merged 2 commits intoboostorg:developfrom
tinko92:develop
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #103 +/- ##
=======================================
Coverage 81.3% 81.3%
=======================================
Files 15 15
Lines 642 642
Branches 151 151
=======================================
Hits 522 522
Misses 18 18
Partials 102 102
Continue to review full report at Codecov.
|
jeking3
approved these changes
Apr 22, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, this PR is intentionally split into two commits in case I've overlooked some reason that speaks against the second one. The first one fixes some links that pointed to http://www.boost.org/LICENCE_1_0.txt rather than http://www.boost.org/LICENSE_1_0.txt which causes a 404 when clicked in the online documentation or copied into the URL field. The second one changes all occurrences of that link to https, which saves a redirection when clicked.