I have a course that uses quick links to PDF files in the Files area of the course. In 10 instances, the file links correctly appearing like this:
Did you print the Unit 2 Notes Guide Packet.pdf yet? Use your notes while you go through the lesson.
In four other lessons, this is what is appearing on the page:
Did you print the Unit 3 Notes Guide Packet.pdfopens in a new window/tab yet? Use your notes while you go through the lesson.
When I look at the HTML Source Code on both pages, they are almost identical except for the file they are linking to.
Working Correctly: <p><span style="font-family: Lato,sans-serif; font-size: 19px;">Use your <a href="/content/enforced/6700-sbx-stf-ailiteracy/web_resources/../Unit%202%20Notes%20Guide%20Packet.pdf?isCourseFile=true" target="_blank" rel="noopener">Unit 2 Notes Guide Packet.pdf</a> while you go through the lesson. Fill in the blanks below as you read.</span></p>
Showing the extra wording: <p><span style="font-family: Lato,sans-serif; font-size: 19px;">Did you print the Unit 3 Notes Guide yet? Use your <a href="/content/enforced/6700-sbx-stf-ailiteracy/Unit%203%20Notes%20Guide%20Packet.pdf?isCourseFile=true" target="_blank" rel="noopener">Unit 3 Notes Guide Packet</a> while you go through the lesson. Fill in the blanks below as you read and watch.</span></p>