Skip to content

Commit

Permalink
Don't need the /images/ prefix (#4992)
Browse files Browse the repository at this point in the history
* Removed  Prefix

* Update CONTRIBUTING.adoc

Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>

Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
Lakhankumawat and MarkEWaite committed Mar 14, 2022
1 parent 400e149 commit 983a906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,9 @@ Sample of such metadata file:
```yaml
---
name: 'My Jenkins'
url: '/images/logos/${imageId}/${imageId}.png'
url_256: '/images/logos/${imageId}/256.png'
vector: '/images/logos/${imageId}/${imageId}.svg'
url: 'logos/${imageId}/${imageId}.png'
url_256: 'logos/${imageId}/256.png'
vector: 'logos/${imageId}/${imageId}.svg'
credit: 'Your Name'
credit_url: 'https://twitter.com/yourtwitteraccount'
```
Expand Down

0 comments on commit 983a906

Please sign in to comment.