the-full-stack / fsdl-text-recognizer-project

Lab materials for the Full Stack Deep Learning Course
https://fullstackdeeplearning.com/course
1.21k stars 429 forks source link

"Project Structure" link under README.md is broken (HTTP 404 Error) #18

Open goopyflux opened 4 years ago

goopyflux commented 4 years ago

The link to Project Structure under the main README.md is broken.

I did a quick review of the source code from the parent repo (fsdl-text-recognizer) and I'm guessing that the Python script fsdl-text-recognizer/admin/tasks/subset_repo_for_labs.py used for generating the project repo needs a line

shutil.copy("instructions/project_structure.md", output_dir)

I'd be happy to fix it. Thanks for open sourcing the bootcamp!