From e1c3d3cb45abe58b354a92ff9fb27c4293df2645 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Fri, 13 Dec 2019 19:14:30 -0800 Subject: [PATCH] change links --- config.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index 37c6bf9..0c3236b 100644 --- a/config.toml +++ b/config.toml @@ -56,19 +56,19 @@ pygmentscodefencesguesssyntax = true [[languages.en.menu.main]] name = "Notebook" weight = 2 - url = "https://notebook.ericxliu.me" + url = "https://hub.ericxliu.me" [[languages.en.menu.main]] - name = "Rstudio" + name = "Go" weight = 3 - url = "https://r.ericxliu.me" - [[languages.en.menu.main]] - name = "Docker" - weight = 4 - url = "https://docker.ericxliu.me" + url = "https://go.ericxliu.me" [[languages.en.menu.main]] name = "|" - weight = 5 + weight = 10 [[languages.en.menu.main]] - name = "Console" - weight = 6 - url = "https://console.ericxliu.me" + name = "Db" + weight = 11 + url = "http://pgadmin.ericxliu.local" + [[languages.en.menu.main]] + name = "Airflow" + weight = 12 + url = "http://airflow.ericxliu.local"