libgit2.github.io icon indicating copy to clipboard operation
libgit2.github.io copied to clipboard

Fixing links on page "101 samples"

Open n7800 opened this issue 4 months ago • 2 comments

On the page "101 Samples" a lot of non-working links have been fixed:

  • Old functions:
    • git_clone_into (was removed in baac01c3c9).
    • git_oid_allocfmt (was removed in 66ac3cec52).
    • git_config_get_multivar replaced by git_config_get_multivar_foreach
  • Deprecated functions/types:
    • git_otype
    • git_blob_filtered_content
    • git_blob_create_fromworkdir
    • git_blob_create_fromdisk
    • git_blob_create_frombuffer
  • Repetition of the lines.

I see that in the links it is mainly use #HEAD, but in some it did not work, and I just indicated main.

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.

n7800 avatar Sep 14 '25 22:09 n7800