tl-its-umich-edu / remote-office-hours-queue

Virtual queuing tool supporting Zoom video conferencing and/or in person meetings.
https://officehours.it.umich.edu/
Apache License 2.0
11 stars 28 forks source link

Update hardcoded link for "Learn more about using Remote Office Hours Queue as a host" #522

Open jxiao21 opened 2 months ago

jxiao21 commented 2 months ago

Current link in QA takes us to https://documentation.its.umich.edu/node/1830 It should take us to https://documentation.its.umich.edu/office-hours-host Both links have the exact same content but the second link is clearly more descriptive. This link is currently hardcoded into the frontend; it would probably be better as a stored variable in the backend or as something in a flatpage, but either way it should probably be more configurable.

jxiao21 commented 2 months ago

The hardcoded URL is located on src/assets/src/components/manage.tsx line 74