Skip to content

Commit eafe1de

Browse files
committed
replaced image_id by gallery_post_id as per jacobgreenleaf suggestion.
1 parent 412148a commit eafe1de

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,11 @@ For more information about rate-limiting, please see the note in our [docs](http
221221

222222
Imgur entry points
223223
==================
224-
| entry point | content |
225-
|-----------------------------------|--------------------------------|
226-
| imgur.com/{image_id} | image |
227-
| imgur.com/{image_id}.extension | direct link to image (no html) |
228-
| imgur.com/a/{album_id} | album |
229-
| imgur.com/a/{album_id}#{image_id} | single image from an album |
230-
| imgur.com/gallery/{image_id} | gallery |
224+
| entry point | content |
225+
|-------------------------------------|--------------------------------|
226+
| imgur.com/{image_id} | image |
227+
| imgur.com/{image_id}.extension | direct link to image (no html) |
228+
| imgur.com/a/{album_id} | album |
229+
| imgur.com/a/{album_id}#{image_id} | single image from an album |
230+
| imgur.com/gallery/{gallery_post_id} | gallery |
231+

0 commit comments

Comments
 (0)