Skip to content

Commit 76f229a

Browse files
committed
fix: license path fixes
1 parent b5a51b7 commit 76f229a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Articles
44

5-
All files matching globs `blog/**/*`, `src/pages/**/*.{md,mdx}`, and `public/img/**/*` directories are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). The attribution requirement is only met when:
5+
All files matching globs `src/content/**/*`, `src/**/*.{md,mdx}`, `src/images/**/*`, and `public/img/**/*` directories are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). The attribution requirement is only met when:
66

77
1. The canonical link is directed towards the original article, e.g. `<link rel="canonical" href="https://paularmstrong.dev/blog/<year>/<month>/<day>/<slug>" />`
88
2. The following message is displayed above and below the article: `This article has been originally published on <a href="https://paularmstrong.dev/">Paul Armstrong’s website</a>.`

0 commit comments

Comments
 (0)