aboutsummaryrefslogtreecommitdiff
path: root/src/components/skills
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-10-20 09:57:50 -0700
committerFuwn <[email protected]>2020-10-20 09:57:50 -0700
commit63eef62a777909a7fe038ccea64952af3119a77c (patch)
tree2f539037d70b03862c7a109474b4726d7346a12a /src/components/skills
parentfeat: add new development projects (diff)
downloadme-63eef62a777909a7fe038ccea64952af3119a77c.tar.xz
me-63eef62a777909a7fe038ccea64952af3119a77c.zip
fix: replace github handle
Diffstat (limited to 'src/components/skills')
-rw-r--r--src/components/skills/SkillListing.js2
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>