Fix broken image link #6
Merged
plasma41
merged 2 commits from sakrecoer/documentation:sakrecoer-patch-1
into master
3 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'sakrecoer/documentation:sakrecoer-patch-1'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The readme file in the
art
folder has a broken image link.This commit links the image in the readme-file directly to
the image contained in the repo itself.
(hope i'm doing this right (^^,) )
Looks good to me, that svg logo is no longer on the web site
Discussed at the last meet. All the logos have been tracked down (some are on www). The broken gitea symlinks will be removed and alternate access to the logos provided
@sakrecoer, Could you modify your commit to replace the old link with a relative rather than an absolute link?
In other words
rather than
Also, while looking into the history of this issue, I uncovered some context that might be worth including in the commit message. Feel free to modify this:
These are links to logos and symbols that IMO should probably be linked here:
https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics/devuan-logo-1000x200.png
Swoosh: https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics/logo/devuan-emblem.svg
https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics/logo/devuan-logo.svg
https://git.devuan.org/devuan/www.devuan.org/src/branch/devuan.org/source/ui/img/devuan-logo-with-registered-trademark-sign.svg
https://git.devuan.org/devuan/www.devuan.org/src/branch/release-chimaera2daedalus/source/ui/img/if.png
FYI . . . the old if.png can be found here but does NOT need to be linked here:
https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics/init-freedom
https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics
Since I do not get on well with gitea, one of you will have to deal with these links . . . or not . . .
golinux
PS. also note that there are THREE broken icon links on:
https://git.devuan.org/devuan/documentation/src/branch/master/art
devuan-emblem.svg
devuan-logo.svg
In addition to the Devuan Logo SVG in the readme
Thank you @plasma41 and @golinux !
@plasma: Sadly, when i use
./art/graphics/logo/devuan-logo.svg
the path fails. However./graphics/logo/devuan-logo.svg
did the job. I have no way to make sure the path will work when merged back to upstream, but i am committing it anyways, including your adendum in the commit messsage. Feel free to disregard this fork if it doesn't cut the smol fix.Regarding adding additional graphic material in the
README.md
, should i make a layout proposal or would you prefer instruing me on a layout proposal, @golinux? I'm happy with both :)@ sakrecoer
Here's a proposal for revising the README. Suggestions for improvements are welcome:
===================
devuan-emblem.svg - broken symlink
devuan-logo.svg - broken symlink
init-freedom.markdown - deprecated format
===================
===================
Logo
The Devuan logo source files and specifications are in [graphics/logo][logo].
Devuan Logo SVG
===================
Devuan Logos and Icons
devuan-logo.svg (link to https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics/logo/devuan-logo.svg) - with verbose Copyright info
devuan-logo-with-registered-trademark-sign.svg (link to https://git.devuan.org/devuan/www.devuan.org/src/branch/devuan.org/source/ui/img/devuan-logo-with-registered-trademark-sign.svg) - with small Copyright symbol
devuan-logo-1000x200.png (link to https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics/devuan-logo-1000x200.png) - with no Copyright info
devuan-emblem.svg (link to https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics/logo/devuan-emblem.svg) - the "swoosh" icon based on the orbit of Ceres
if.png (https://git.devuan.org/devuan/www.devuan.org/src/branch/release-chimaera2daedalus/source/ui/img/if.png) - Revised "init-freedom" graphic for current release. The now deprecated original "if.svg" can be found here (link to https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics/init-freedom/if.svg)
A variety of square and round icons themed for various Devuan releases and purposes can be found HERE (link to https://git.devuan.org/devuan/documentation/src/branch/master/art/graphics)
@sakrecoer Oops. Yes, I was off-by-one for the starting point of the path. What you used is what I should have said to use in the first place.
@golinux, I'm going to go ahead and merge @sakrecoer's changes as-is, and open a seperate issue for revising the README based on your proprosal.
a4e3045ea1
into master 3 months agoa4e3045ea1
.