Skip to content

Commit

Permalink
fix: documentation update breaking urls in test and readme (go-shiori…
Browse files Browse the repository at this point in the history
…#1020)

* test: fixed test pointing to removed url file

* chore: updated readme screenshots
  • Loading branch information
fmartingr authored Dec 8, 2024
1 parent bb7bfcc commit 617f5dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Shiori is distributed under the terms of the [MIT license][mit], which means you
[documentation]: https://github.com/go-shiori/shiori/blob/master/docs/index.md
[mit]: https://choosealicense.com/licenses/mit/
[web-extension]: https://github.com/go-shiori/shiori-web-ext
[screenshot]: https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/cover.png
[mode-comparison]: https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/comparison.png
[screenshot]: https://raw.githubusercontent.com/go-shiori/shiori/master/docs/assets/screenshots/cover.png
[mode-comparison]: https://raw.githubusercontent.com/go-shiori/shiori/master/docs/assets/screenshots/comparison.png
[pocket]: https://getpocket.com/
[256]: https://github.com/go-shiori/shiori/issues/256
2 changes: 1 addition & 1 deletion internal/core/processing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestDownloadBookImage(t *testing.T) {
require.NoError(t, err)
require.NoError(t, os.Chdir(tmpDir))
// Arrange
imageURL := "https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/cover.png"
imageURL := "https://raw.githubusercontent.com/go-shiori/shiori/master/docs/assets/screenshots/cover.png"
dstFile := "." + string(fp.Separator) + "cover.png"

// Act
Expand Down

0 comments on commit 617f5dd

Please sign in to comment.