From 62282817d33afd819b74380e18b0af821053bc98 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 16 May 2020 21:48:19 +0000 Subject: [PATCH] Replace kubeless with Docker and change links to https --- config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 01883b6..a73d5b9 100644 --- a/config.toml +++ b/config.toml @@ -67,16 +67,16 @@ pygmentscodefencesguesssyntax = true [[languages.en.menu.main]] name = "BT" weight = 11 - url = "http://bt.ericxliu.local" + url = "https://bt.ericxliu.local" [[languages.en.menu.main]] name = "DB" weight = 12 - url = "http://pgadmin.ericxliu.local" + url = "https://pgadmin.ericxliu.local" [[languages.en.menu.main]] name = "Airflow" weight = 13 - url = "http://airflow.ericxliu.local" + url = "https://airflow.ericxliu.local" [[languages.en.menu.main]] - name = "Kubeless" + name = "Docker" weight = 14 - url = "http://kubeless.ericxliu.local" + url = "https://docker.ericxliu.local"