diff options
| author | Fuwn <[email protected]> | 2020-10-20 09:57:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-10-20 09:57:50 -0700 |
| commit | 63eef62a777909a7fe038ccea64952af3119a77c (patch) | |
| tree | 2f539037d70b03862c7a109474b4726d7346a12a /src/components/skills | |
| parent | feat: add new development projects (diff) | |
| download | me-63eef62a777909a7fe038ccea64952af3119a77c.tar.xz me-63eef62a777909a7fe038ccea64952af3119a77c.zip | |
fix: replace github handle
Diffstat (limited to 'src/components/skills')
| -rw-r--r-- | src/components/skills/SkillListing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/skills/SkillListing.js b/src/components/skills/SkillListing.js index 9cf2b5e..ef1090d 100644 --- a/src/components/skills/SkillListing.js +++ b/src/components/skills/SkillListing.js @@ -134,7 +134,7 @@ export default class Skills extends Component { <li> <h6>Few Lua experience</h6> <ul> - <li>My <a href="https://github.com/8cy/lua-discord-bot-example">Discord bot</a> example, made using the <a href="https://github.com/SinisterRectus/Discordia">Discordia</a> Lua library.</li> + <li>My <a href="https://github.com/fuwn/lua-discord-bot-example">Discord bot</a> example, made using the <a href="https://github.com/SinisterRectus/Discordia">Discordia</a> Lua library.</li> </ul> </li> </ul> |