You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #2009 from RafaelJohn9/Fix/rm-packtpub-links
fix: Remove all packtpub links
As reported in #1864, those links went dead at some stage. It is unclear as of time of writing why, or when, they became dead, or where the content went. Absent any concrete information where the content lives now (if it hasn't hit the recycle bin), there is no way we can adjust those links. So let's just drop them.
<h4><ahref="https://www.packtpub.com/product/git-version-control-cookbook-second-edition/9781789137545">Git Version Control Cookbook - Second Edition</a></h4>
Copy file name to clipboardExpand all lines: layouts/shortcodes/external/courses.html
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,6 @@ <h2>Courses</h2>
2
2
<divclass='two-column'>
3
3
<divclass='column-left'>
4
4
<ulclass='course-list'>
5
-
<li>
6
-
<h4><ahref="https://www.packtpub.com/application-development/git-mastering-version-control">Git: Mastering Version Control</a></h4>
7
-
<pclass='description'>
8
-
By Ferdinando Santacroce, Aske Olsson, Rasmus Voss and Jakub Narębski
9
-
</p>
10
-
</li>
11
5
<li>
12
6
<h4><ahref="https://cusy.io/en/our-training-courses/versioned-and-reproducible-storage-of-code-and-data">Versioned and reproducible storage of code and data</a></h4>
0 commit comments