From 744950bf9b230b20c095187ea74bada23dc926ac Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Tue, 3 Jan 2023 19:23:39 +0300 Subject: [PATCH] Fix links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6038004..f0fb25a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ During the installation you can configure git by embedded configurator: - code signing ```sh -sh <(curl ivabus.dev/dotfiles) +sh <(curl https://ivabus.dev/dotfiles) ``` ### Upgrading dotfiles @@ -35,5 +35,5 @@ Just run `upgrade_dotfiles` in your shell. Script will `git pull`, then relink o TODO: description ```sh -sh <(curl ivabus.dev/env) +sh <(curl https://ivabus.dev/env) ``` \ No newline at end of file