Skip to content

Commit 617f5dd

Browse files
authored
fix: documentation update breaking urls in test and readme (#1020)
* test: fixed test pointing to removed url file * chore: updated readme screenshots
1 parent bb7bfcc commit 617f5dd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Shiori is distributed under the terms of the [MIT license][mit], which means you
3636
[documentation]: https://github.com/go-shiori/shiori/blob/master/docs/index.md
3737
[mit]: https://choosealicense.com/licenses/mit/
3838
[web-extension]: https://github.com/go-shiori/shiori-web-ext
39-
[screenshot]: https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/cover.png
40-
[mode-comparison]: https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/comparison.png
39+
[screenshot]: https://raw.githubusercontent.com/go-shiori/shiori/master/docs/assets/screenshots/cover.png
40+
[mode-comparison]: https://raw.githubusercontent.com/go-shiori/shiori/master/docs/assets/screenshots/comparison.png
4141
[pocket]: https://getpocket.com/
4242
[256]: https://github.com/go-shiori/shiori/issues/256

internal/core/processing_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestDownloadBookImage(t *testing.T) {
3939
require.NoError(t, err)
4040
require.NoError(t, os.Chdir(tmpDir))
4141
// Arrange
42-
imageURL := "https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/cover.png"
42+
imageURL := "https://raw.githubusercontent.com/go-shiori/shiori/master/docs/assets/screenshots/cover.png"
4343
dstFile := "." + string(fp.Separator) + "cover.png"
4444

4545
// Act

0 commit comments

Comments
 (0)