html manual links changed from inria website to ocaml.org - #1574
Open
gurleennsidhuu wants to merge 1 commit into
Open
html manual links changed from inria website to ocaml.org#1574gurleennsidhuu wants to merge 1 commit into
gurleennsidhuu wants to merge 1 commit into
Conversation
Contributor
Author
|
I hope I understood the issue correctly. If not, I would love to make the required changes. |
Member
|
This looks good to me. @Octachron are you ok with the historical manual links being changed? |
Octachron
requested changes
May 3, 2021
Octachron
left a comment
Member
There was a problem hiding this comment.
I am perfectly ok with updating html files.
There is however an issue with the *.tar.gz file: their size is increasing with a factor between 5 and 13.
Which brings me to the issue of reproducibility: it seems to me that it would be more maintainable (and safer) if we had a script to recreate the compressed archive from the html source.
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.
Issue Description
in the
releasesdirectory, the*refman.html,*.refman-html.zip, andrefman-html.tar.gzfiles point to the INRIAwebsite in the sentence
"This manual is also available in PDF. plain text, as a bundle of HTML files, and as a bundle of Emacs Info files."
instead of pointing to ocaml.org.
Fixes #1131
Changed all the links in the above listed files from inria website to ocaml.org.