Skip to content

Commit 83f3e35

Browse files
authored
Merge pull request #3176 from uw-it-aca/qa
Resolve MUWM-5379 (#3175)
2 parents a3fa220 + f438e65 commit 83f3e35

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

myuw/data/quicklinks.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ http://www.washington.edu/news/,UW News,,past_stud,
4747
http://www.uwb.edu/news,UW Bothell News,,past_stud,
4848
http://www.tacoma.uw.edu/news/news-information,UW Tacoma News,,past_stud,
4949
http://www.tacoma.uw.edu/news/news-information,UW Tacoma News,,past_stud,
50-
https://teaching.washington.edu/topics/,Teaching Strategies,,instructor,
50+
https://teaching.washington.edu/,Teaching Strategies,,instructor,
5151
http://webster.uaa.washington.edu/asp/website/online-learning/,Online Learning Resources,seattle,student,
5252
https://www.uwb.edu/it/learning,Learn Anywhere,bothell,student,
5353
https://www.tacoma.uw.edu/digital-learning/student-online-support,Online Learning Support,tacoma,student,

myuw/data/resource_link_import.csv

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Research,Research Administration,all,https://myresearch.washington.edu/,MyResear
163163
Research,Research Administration,all,https://www.washington.edu/research/tools/sage/,System to Administer Grants Electronically (SAGE),,,,,,,no
164164
Research,Research Administration,all,https://www.washington.edu/research/tools/,Research Administration Tools,,,,,,,no
165165
Research,Research Administration,all,https://www.washington.edu/research/resources/funding-opportunities/,Funding Opportunities,,,,,,,no
166+
Research,Research Administration,all,https://www.washington.edu/undergradresearch/,Office of Undergraduate Research,,,,,,,no
166167
Research,Research Administration,all,https://www.washington.edu/research/compliance/office-of-research-misconduct-proceedings/,Office of Research Misconduct Proceedings,,,,,,,no
167168
Research,"Research Centers, Shared Facilities, and Equipment",all,https://www.washington.edu/research/research-centers/,Research Centers and Institutes,,,,,,,no
168169
Research,"Research Centers, Shared Facilities, and Equipment",all,https://www.washington.edu/research/shared-research-facilities-resources/,Shared Research Facilities and Resources,,,,,,,no

myuw_vue/components/teaching/teaching-resources.vue

+7-5
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,17 @@ export default {
9898
];
9999
},
100100
helpLinks() {
101+
// MUWM-5379
101102
return [
102-
{ url: "https://teaching.washington.edu/", title: "Center for Teaching and Learning" },
103-
{ url: "https://teaching.washington.edu/topics/preparing-to-teach/designing-your-course-and-syllabus/",
103+
{ url: "https://teaching.washington.edu/",
104+
title: "Center for Teaching and Learning" },
105+
{ url: "https://teaching.washington.edu/course-design/",
104106
title: "Course and Syllabus Design" },
105-
{ url: "https://teaching.washington.edu/topics/inclusive-teaching/inclusive-teaching-strategies/",
107+
{ url: "https://teaching.washington.edu/inclusive-teaching/",
106108
title: "Inclusive Teaching" },
107-
{ url: "https://teaching.washington.edu/topics/engaging-students-in-learning/",
109+
{ url: "https://teaching.washington.edu/engaging-students/",
108110
title: "Engagement Strategies" },
109-
{ url: "https://teaching.washington.edu/topics/preparing-to-teach/designing-and-refining-hybrid-and-online-courses/",
111+
{ url: "https://teaching.washington.edu/course-design/flipped-hybrid-and-online-teaching/designing-and-refining-hybrid-and-online-courses/",
110112
title: "Hybrid and Online Course Design" },
111113
];
112114
}

0 commit comments

Comments
 (0)