(Temporarily) fix stable docs link in README.md#249
Merged
gdalle merged 1 commit intoJuliaDiff:masterfrom Apr 14, 2024
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #249 +/- ##
=======================================
Coverage 81.53% 81.53%
=======================================
Files 18 18
Lines 1587 1587
=======================================
Hits 1294 1294
Misses 293 293 ☔ View full report in Codecov by Sentry. |
Member
|
This PR has to be reverted. The new link points to completely outdated docs. IMO a broken link is better than one to incorrect docs. |
devmotion
added a commit
that referenced
this pull request
Apr 14, 2024
This reverts commit 31016f4.
Member
|
Okay, but is there a link to the current stable docs? Sorry for merging but I thought this was the right one too, given that it is close to the current URL. So I have in fact used the orange site as a stable docs |
Member
|
It's some docs from years ago. The link was removed on purpose in #246. |
devmotion
added a commit
that referenced
this pull request
Apr 16, 2024
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.
#246 pointed out that the docs are not correctly deployed. Unfortunately, this is still the case so in the meantime a quick "bandaid" fix which makes the stable docs accessible is just to change the stable docs link.
Right now the stable docs are hard to find unless you know that removing
/stablefrom the url goes there.Apologies if this is the wrong fix to the problem, it was just bugging me.