Skip to content

Commit 7ab85df

Browse files
committed
sync standard repo files with .github repo per creativecommons/.github#26
1 parent 3404a84 commit 7ab85df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source for `creativecommons.github.io`
88
> **:warning: DO *NOT* MAKE CHANGES TO THE
99
> [creativecommons/creativecommons.github.io][ccghiorepo] REPO DIRECTLY**.
1010
11-
[ccghiorepo]:https://github.com/creativecommons/creativecommons.github.io
11+
[ccghiorepo]: https://github.com/creativecommons/creativecommons.github.io
1212

1313
This site is built using [Lektor][lektor]. All changes to
1414
[opensource.creativecommons.org][ccopensource]
@@ -29,8 +29,8 @@ via lektor (see [Deployment](#deployment), below).
2929
> behavior to [conduct@creativecommons.org](mailto:conduct@creativecommons.org)
3030
> per our [reporting guidelines][reporting_guide].
3131
32-
[code_of_conduct]: https://creativecommons.github.io/community/code-of-conduct/ "CC Open Source Code of Conduct — Creative Commons on GitHub"
33-
[reporting_guide]: https://creativecommons.github.io/community/code-of-conduct/enforcement/ "Codes of Conduct Enforcement — Creative Commons on GitHub"
32+
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/ "CC Open Source Code of Conduct — Creative Commons on GitHub"
33+
[reporting_guide]: https://opensource.creativecommons.org/community/code-of-conduct/enforcement/ "Codes of Conduct Enforcement — Creative Commons on GitHub"
3434

3535

3636
## Contributing
@@ -106,7 +106,7 @@ else fails, try removing the virtual environment and reinstalling:
106106
pipenv install --dev
107107
```
108108
109-
[pipenverror]:https://github.com/pypa/pipenv/issues/1918
109+
[pipenverror]: https://github.com/pypa/pipenv/issues/1918
110110
111111
112112
## Development
@@ -118,7 +118,7 @@ else fails, try removing the virtual environment and reinstalling:
118118
- You will be able to see the website at [`127.0.0.1:5000/`][local5000].
119119
- The Lektor server will rebuild the site every time you change any content.
120120
121-
[local5000]:http://127.0.0.1:5000/
121+
[local5000]: http://127.0.0.1:5000/
122122
123123
124124
### Troubleshooting Possible Errors
@@ -192,10 +192,10 @@ Here's how the code is structured in the top level of the repository:
192192
JavaScript files for the project resides. The JavaScript and Sass files are
193193
compiled and saved in the assets folder during lektor build process.
194194
195-
[lektorcontent]:https://www.getlektor.com/docs/content/
196-
[lektormodels]:(https://www.getlektor.com/docs/models/
197-
[jinja2]:http://jinja.pocoo.org/
198-
[lektortemplate]:https://www.getlektor.com/docs/templates/
195+
[lektorcontent]: https://www.getlektor.com/docs/content/
196+
[lektormodels]: https://www.getlektor.com/docs/models/
197+
[jinja2]: http://jinja.pocoo.org/
198+
[lektortemplate]: https://www.getlektor.com/docs/templates/
199199
200200
201201
### Lektor Plugins

0 commit comments

Comments
 (0)