Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-02-12 17:45:30 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-02-12 17:45:30 +0300
commit1ab8c908f3e695cd9aa64c9507e7de42908c6163 (patch)
treef0a44679ee2c43775efbe2c873126fdaaa086cae /assets
parent17709fc15d3a549775548481a83b071bef1abf4e (diff)
update links
Diffstat (limited to 'assets')
-rw-r--r--assets/pages/about/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/pages/about/index.js b/assets/pages/about/index.js
index af4ac1d..c288739 100644
--- a/assets/pages/about/index.js
+++ b/assets/pages/about/index.js
@@ -12,8 +12,7 @@ const AboutPage = () => (
<h3>Useful links</h3>
<ul className="about-page-list">
<li><a href="https://github.com/le0pard/pgtune">Source code</a></li>
- <li><a href="http://postgresql.leopard.in.ua/">Free PostgreSQL book (Russian language)</a></li>
- <li><a href="http://leopard.in.ua/">My blog</a></li>
+ <li><a href="https://twitter.com/leopard_me">My twitter</a></li>
</ul>
</div>
)