Changed links in footer

Change-Id: I50bcac31d707f06bde52d5d1a3ea38a52e7484a1
diff --git a/views/style/bs-config.js b/views/style/bs-config.js
index b2eedc4..ce55e3d 100644
--- a/views/style/bs-config.js
+++ b/views/style/bs-config.js
@@ -10,6 +10,6 @@
     '../../xos/core/static/xos.css',
     '../../xos/xos/**/*.py'
   ],
-  proxy: "xos.dev:9999",
+  proxy: "192.168.46.100:9999",
   open: true
 };
diff --git a/xos/templates/admin/base.html b/xos/templates/admin/base.html
index adaec19..2f3c333 100644
--- a/xos/templates/admin/base.html
+++ b/xos/templates/admin/base.html
@@ -252,15 +252,15 @@
             <div class="row">
               <div class="tools col-xs-4">
                 {% block footer_links %}
-                  <a href="http://djangosuit.com/support/" target="_blank" class="icon">
+                  <a href="https://wiki.opencord.org/" target="_blank" class="icon">
                     <i class="icon-question-sign"></i>
                     Support
                   </a>
-                  <a href="http://djangosuit.com/pricing/" target="_blank" class="icon">
+                  <a href="https://wiki.opencord.org/" target="_blank" class="icon">
                     <i class="icon-bookmark"></i>
                     Licence
                   </a>
-                  <a href="http://github.com/darklow/django-suit/issues" target="_blank" class="icon">
+                  <a href="https://wiki.opencord.org/" target="_blank" class="icon">
                     <i class="icon-comment"></i>
                     Report a bug
                   </a>