A coworker noticed an oddity: When you download HTML files from Brightspace, the URLs change.
Example of an image in a course:
Source | URL |
|---|
Brightspace Editor HTML | <img src="/content/enforced/7322-Maestro_Building_Columns/Topic%201/Bldg%20Topic%201-1%20(2).png"> |
Downloaded HTML | <img src="Topic%201/Bldg%20Topic%201-1%20(2).png"> |
He's downloading the HTML of a course so he can use AI to mass edit the files, but because the URLs are automatically changing, when he uploads his files again, all URLs are broken.