Browse Source

uppyjs->uppy_io

Kevin van Zonneveld 9 years ago
parent
commit
41ebeb1175

+ 1 - 1
website/src/_posts/hello-world.md

@@ -10,4 +10,4 @@ It's nowhere near finished yet, but that also means it's not to late to get invo
 
 into a direction of your liking!
 
-Shoot us a [tweet](https://twitter.com/uppyjs) if you're interested!
+Shoot us a [tweet](https://twitter.com/uppy_io) if you're interested!

+ 1 - 1
website/themes/uppy/layout/index.ejs

@@ -8,7 +8,7 @@
 
     <p class="IndexHero-descPrimary"><%- config.description_primary %></p>
     <ul class="IndexSocial">
-      <li><a href="https://twitter.com/uppyjs" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @uppyjs</a></li>
+      <li><a href="https://twitter.com/uppy_io" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @uppy_io</a></li>
       <li><iframe src="http://ghbtns.com/github-btn.html?user=transloadit&repo=uppy&type=watch&count=true"
     allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
      </li>

+ 1 - 1
website/themes/uppy/layout/partials/community_dropdown.ejs

@@ -3,6 +3,6 @@
   <ul class="nav-dropdown">
     <li><a href="https://github.com/transloadit/uppy" class="nav-link" target="_blank">GitHub</a></li>
     <li><a href="https://gitter.im/transloadit/uppy" class="nav-link" target="_blank">Chat</a></li>
-    <li><a href="https://twitter.com/uppyjs" class="nav-link" target="_blank">Twitter</a></li>
+    <li><a href="https://twitter.com/uppy_io" class="nav-link" target="_blank">Twitter</a></li>
   </ul>
 </li>