eecs485staff / issues

Community feedback for EECS 485 projects and labs
1 stars 0 forks source link

Directory typos #14

Closed awdeorio closed 3 years ago

awdeorio commented 4 years ago

Current language

A bunch of spots in multiple projects have typos in the file paths. This is probably because the staff solution is in a subdirectory in the instructor repo.

$ pwd
/Users/awdeorio/src/eecs485

$ ls
cloneall     lab                     p3-insta485-clientside
eecs485.org  p1-insta485-static      p4-mapreduce
issues       p2-insta485-serverside  p5-search-engine

$ ag '/solution' --md
...
p1-insta485-static/README.md
49:/Users/awdeorio/src/eecs485/p1-insta485-static/solution
56:/Users/awdeorio/src/eecs485/p1-insta485-static/solution/insta485/html
...

Proposed language

Change

/Users/awdeorio/src/eecs485/p1-insta485-static/solution

To

/Users/awdeorio/src/eecs485/p1-insta485-static

awdeorio commented 4 years ago

@akotha7 Would you please address this in both P1 and P5?

awdeorio commented 3 years ago

I created an issue in the P1 repo.