Fixing links on page "101 samples" #123
Open
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.
On the page "101 Samples" a lot of non-working links have been fixed:
git_clone_into
(was removed in baac01c).git_oid_allocfmt
(was removed in 66ac3ce).git_config_get_multivar
replaced bygit_config_get_multivar_foreach
git_otype
git_blob_filtered_content
git_blob_create_fromworkdir
git_blob_create_fromdisk
git_blob_create_frombuffer
I see that in the links it is mainly use
#HEAD
, but in some it did not work, and I just indicatedmain
.I don’t know whether the correction of links is needed everywhere, or some kind of correction of a redirection (maybe
docs\search-index\main.json
)? In this case, please make corrections as it should.