diff options
Diffstat (limited to 'src/components/skills/SkillListing.js')
| -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> |