diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-07 03:45:19 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-07 03:45:19 -0400 |
| commit | 5d13721689dac3aa1b15120f198655b911268122 (patch) | |
| tree | daa4f04d154f51fff00f677dea5ff1966e600787 /README.md | |
| parent | 404e3dddb40259c52c8de375617c07c70da971ac (diff) | |
fix: Corrected frontmatter
Discovered frontmatter was configured with improper keyword, alias changed to aliases
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -18,16 +18,16 @@ <img src="https://img.shields.io/uptimerobot/status/m793642596-ec67b9245f33e4f365f0da66" alt="UptimeRobot Status"> </a> <a href="https://github.com/anoduck/hinode-template/commits/main"> - <img src="https://img.shields.io/github/last-commit/anoduck/hinode-template.svg" alt="Last commit"> + <img src="https://img.shields.io/github/last-commit/gethinode/hinode-template.svg" alt="Last commit"> </a> <a href="https://github.com/anoduck/hinode-template/issues"> - <img src="https://img.shields.io/github/issues/anoduck/hinode-template.svg" alt="Issues"> + <img src="https://img.shields.io/github/issues/hinode/hinode-template.svg" alt="Issues"> </a> <a href="https://github.com/anoduck/hinode-template/pulls"> - <img src="https://img.shields.io/github/issues-pr-raw/anoduck/hinode-template.svg" alt="Pulls"> + <img src="https://img.shields.io/github/issues-pr-raw/gethinode/hinode-template.svg" alt="Pulls"> </a> <a href="https://github.com/anoduck/hinode-template/blob/main/LICENSE"> - <img src="https://img.shields.io/github/license/anoduck/hinode-template" alt="License"> + <img src="https://img.shields.io/github/license/gethinode/hinode-template" alt="License"> </a> </p> @@ -74,4 +74,4 @@ You can now run `npm run start` to start a local development server. [npm]: https://www.npmjs.com [nodejs]: https://nodejs.org [repository]: https://github.com/gethinode/hinode.git -[repository_template]: https://github.com/anoduck/hinode-template.git +[repository_template]: https://github.com/gethinode/template.git |
