summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-04-29 00:57:56 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-04-30 18:11:40 +0100
commitb4acb66c1e026fc3cd8a6d1ac961f68fb6fb91e2 (patch)
tree1cadc17d7fe907fa64b3cbeb8789381d485fe386 /CONTRIBUTING.md
parente35589112a46c386e8fc919ebd3d6ca0f12bc4e0 (diff)
downloadgdk-pixbuf-b4acb66c1e026fc3cd8a6d1ac961f68fb6fb91e2.tar.gz
Move the API reference down two levels
The `docs` directory is empty, and gdk-pixbuf is not part of GTK any more, so there's no point to have the API reference under a separate directory.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4f2751485..6ee19b3e3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -78,8 +78,6 @@ contribution.
├── contrib
│   └── gdk-pixbuf-xlib
├── docs
-│   └── reference
-│   └── gdk-pixbuf
├── gdk-pixbuf
│   └── pixops
├── m4
@@ -97,7 +95,7 @@ contribution.
- `contrib`: Additional functionality outside the main GdkPixbuf API
- `gdk-pixbuf-xlib`: Xlib integration API; this library is considered
deprecated, and should not be used in newly written code
- - `docs/reference/gdk-pixbuf`: The GdkPixbuf API reference
+ - `docs`: The GdkPixbuf API reference
- `gdk-pixbuf`: The core GdkPixbuf source
- `pixops`: Platform-specific code for pixel operations
- `po`: Localization files