Namdak Tonpa 6 years ago
parent
commit
c950adde23
2 changed files with 4 additions and 5 deletions
  1. 3 3
      index.html
  2. 1 2
      rebar.config

+ 3 - 3
index.html

@@ -7,7 +7,7 @@
     <meta name="description" content="" />
     <meta name="author" content="Maxim Sokhatsky" />
     <title>KVS</title>
-    <link rel="stylesheet" href="https://n2o.space/n2o.css" />
+    <link rel="stylesheet" href="https://synrc.space/synrc.css" />
 </head>
 
 <body>
@@ -52,8 +52,8 @@
         <div>
         <ul>
            <li><a href="https://n2o.space/articles/web.htm">N2O: SERVER</a></li>
-           <li><a href="http://5ht.co/spawnproc.htm">N2O: PRIVATBANK</a></li>
-           <li><a href="http://synrc.com/apps/cr/doc/cr.htm">CR: DATABASE</a></li>
+           <li><a href="https://5ht.co/spawnproc.htm">N2O: PRIVATBANK</a></li>
+           <li><a href="https://synrc.com/apps/cr/doc/cr.htm">CR: DATABASE</a></li>
         </ul></div>
     </section>
 </main>

+ 1 - 2
rebar.config

@@ -1,4 +1,3 @@
 {lib_dirs, [".."]}.
 {deps_dir, ["deps"]}.
-{deps,[
-]}.
+{deps,[]}.