Skip to content

Commit 733b02a

Browse files
committed
Stop hosting the ebook files in the repo altogether
1 parent a5d2e8b commit 733b02a

File tree

6 files changed

+4
-8
lines changed

6 files changed

+4
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ ads.txt
66
.DS_Store
77
build_ebook.log
88
temp_ebook.md
9+
ebook/*.pdf
10+
ebook/*.epub

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ E-book
1616

1717
This guide is now available in e-book formats as well:
1818

19-
* EPUB ([English](https://github.com/Overv/VulkanTutorial/raw/main/ebook/Vulkan%20Tutorial%20en.epub), [French](https://github.com/Overv/VulkanTutorial/raw/main/ebook/Vulkan%20Tutorial%20fr.epub))
20-
* PDF ([English](https://github.com/Overv/VulkanTutorial/raw/main/ebook/Vulkan%20Tutorial%20en.pdf), [French](https://github.com/Overv/VulkanTutorial/raw/main/ebook/Vulkan%20Tutorial%20fr.pdf))
19+
* EPUB ([English](https://vulkan-tutorial.com/resources/vulkan_tutorial_en.epub), [French](https://vulkan-tutorial.com/resources/vulkan_tutorial_fr.epub))
20+
* PDF ([English](https://vulkan-tutorial.com/resources/vulkan_tutorial_en.pdf), [French](https://vulkan-tutorial.com/resources/vulkan_tutorial_fr.pdf))
2121

2222
The e-book can be built from the existing content by running:
2323

ebook/vulkan_tutorial_en.epub

Lines changed: 0 additions & 3 deletions
This file was deleted.

ebook/vulkan_tutorial_en.pdf

-132 Bytes
Binary file not shown.

ebook/vulkan_tutorial_fr.epub

Lines changed: 0 additions & 3 deletions
This file was deleted.

ebook/vulkan_tutorial_fr.pdf

-132 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)