Skip to content

Commit f4928ee

Browse files
authored
Update index.html download links (#135)
1 parent 83e0c15 commit f4928ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ <h5 class="pb-2 text-xl font-bold leading-6 text-gray-400">Dark Theme</h5>
356356
<p class="mt-1 mb-4 text-base leading-6 text-gray-500">
357357
Download the Dark theme of the Introduction to Bash Scripting eBook
358358
</p>
359-
<a href="https://github.com/bobbyiliev/introduction-to-bash-scripting/blob/main/ebook/en/export/introduction-to-bash-scripting-dark.pdf" class="px-4 py-2 font-semibold text-gray-200 bg-gray-500 border border-green-700 rounded shadow btn btn-secundary hover:bg-gray-600"> Free Download</a>
359+
<a href="https://github.com/bobbyiliev/introduction-to-bash-scripting/raw/main/ebook/en/export/introduction-to-bash-scripting-dark.pdf" class="px-4 py-2 font-semibold text-gray-200 bg-gray-500 border border-green-700 rounded shadow btn btn-secundary hover:bg-gray-600"> Free Download</a>
360360
</div>
361361
</div>
362362

@@ -376,7 +376,7 @@ <h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Light Theme</h5>
376376
<p class="mt-1 mb-4 text-base leading-6 text-gray-500">
377377
Download the Light theme of the Introduction to Bash Scripting eBook
378378
</p>
379-
<a href="https://github.com/bobbyiliev/introduction-to-bash-scripting/blob/main/ebook/en/export/introduction-to-bash-scripting-light.pdf" class="px-4 py-2 font-semibold text-white bg-blue-500 border border-green-700 rounded shadow btn btn-secundary hover:bg-blue-600"> Free Download</a>
379+
<a href="https://github.com/bobbyiliev/introduction-to-bash-scripting/raw/main/ebook/en/export/introduction-to-bash-scripting-light.pdf" class="px-4 py-2 font-semibold text-white bg-blue-500 border border-green-700 rounded shadow btn btn-secundary hover:bg-blue-600"> Free Download</a>
380380
</div>
381381
</div>
382382
</div>

0 commit comments

Comments
 (0)