Skip to content

Commit 9616d20

Browse files
committed
Fix image paths in submission guidelines
1 parent 2960691 commit 9616d20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

in-depth/submission_guidelines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,16 @@ The following code block is a template for your submission's `.md` file. Copy a
149149
```
150150
---
151151
heading: My Theme or Plugin
152-
thumbnail: /_themes/images/thumbnails/my_theme_or_plugin.jpg
152+
thumbnail: themes/images/thumbnails/my_theme_or_plugin.jpg
153153
categories:
154154
- category1
155155
- category2
156156
description: A short description for the hover text.
157157
link: https://github.com/octocat/Spoon-Knife
158158
images:
159-
- /_themes/images/thumbnails/my_theme_or_plugin.jpg
160-
# - /_themes/images/thumbnails/my_theme_or_plugin-2.jpg
161-
# - /_themes/images/thumbnails/my_theme_or_plugin-3.jpg
159+
- themes/images/thumbnails/my_theme_or_plugin.jpg
160+
# - themes/images/thumbnails/my_theme_or_plugin-2.jpg
161+
# - themes/images/thumbnails/my_theme_or_plugin-3.jpg
162162
info:
163163
By: "[The Octocat](https://github.com/octocat)"
164164
# Ported By: "[The Octocat](https://github.com/octocat)"

0 commit comments

Comments
 (0)