fix: Broken/misleading links to designs' source code
Some of these links were actually broken, since they expect to find designs under the `packages/` directory in the current `develop` branch. Other links were technically okay, since they link to old commits, but updating those links may still help to reduce confusion. Also fix a reference to `packages/unice` in a `netlify.toml` file. (Untested, but I don't think this is an actual Netlify configuration.)
This commit is contained in:
parent
3ca5d0edfe
commit
0becd057b2
15 changed files with 30 additions and 36 deletions
|
@ -77,8 +77,8 @@ import config from "../config";
|
|||
const Pattern = new freesewing.Design(config, bust);
|
||||
```
|
||||
|
||||
[1]: https://github.com/freesewing/freesewing/blob/develop/packages/carlita/src/index.js#L12
|
||||
[1]: https://github.com/freesewing/freesewing/blob/develop/designs/carlita/src/index.js#L12
|
||||
|
||||
[2]: https://github.com/freesewing/freesewing/blob/develop/packages/carlton
|
||||
[2]: https://github.com/freesewing/freesewing/blob/develop/designs/carlton
|
||||
|
||||
[3]: https://github.com/freesewing/freesewing/blob/develop/packages/teagan/src/index.js
|
||||
[3]: https://github.com/freesewing/freesewing/blob/develop/designs/teagan/src/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue