TeamBasedInquiryLearning / linear-algebra

Materials for running a Team-Based Inquiry Learning linear algebra course
http://linear.tbil.org
Other
10 stars 12 forks source link

Fix 2024 edition links #346

Closed siwelwerd closed 5 months ago

siwelwerd commented 5 months ago

Closes TeamBasedInquiryLearning/linear-algebra#339

StevenClontz commented 5 months ago

This PR should set things as 2024 for the current development edition.

Making a hotfix to the released 2024e edition makes sense to me, but we need to make the fix against 4afdc1fef4579b0985742a4df09a8eea74290191 rather than main. I'll make a stab at this.

siwelwerd commented 5 months ago

Ah, that makes sense. See here for the one-liner I used to change the links in all the source files.

StevenClontz commented 5 months ago

sed is dark magic - I just used VS Code search/replace 😅 (my preference for manual fixes, though the sed approach is better if we want to script this)

StevenClontz commented 5 months ago

I'm working on hotfix at TeamBasedInquiryLearning/linear-algebra#349 - note this won't be merged into main as I'm just doing this to get a clean 2024e build, and will then update the archive on main.

StevenClontz commented 5 months ago

Also, a subtlety that's a bit of a meme in PreTeXt circles, but we're talking about "editions", not "versions". Editions are timed releases, while versions are things like "student version", "instructor version", etc.