diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-05-24 17:55:53 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-05-30 08:59:30 +0100 |
commit | 755d620392769fae6b32c9b2fcf3d0b8b7146dec (patch) | |
tree | 599ca724a53f2d5547fc5e961fba95c619225717 /CONTRIBUTING.md | |
parent | 2ea25846930cb970488d3a1bc47a8289695cf149 (diff) | |
download | gdk-pixbuf-755d620392769fae6b32c9b2fcf3d0b8b7146dec.tar.gz |
docs: Fix broken link
The markdown of the Contribution guide has a broken link anchor.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ee19b3e3..feb7622a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,7 +113,7 @@ GdkPixbuf is divided into logical sections: data in different formats - Image transformations: [Scaling and compositing][gdkpixbuf-api-ops] image data inside GdkPixbuf instances - - The [GdkPixbuf loader][gdkpixbuf-api-loaders] API, for incremental + - The [GdkPixbuf loader][gdkpixbuf-api-loader] API, for incremental asynchronous loading of image data in a GdkPixbuf - The [loadable module interface][gdkpixbuf-api-module] for writing out of tree image loaders |