From 7a5f606b3a9e8c9f942294a8e1b0b636f4277674 Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Sun, 29 Mar 2020 09:00:23 -0400 Subject: [PATCH] updated readme_cards.md --- readme_cards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme_cards.md b/readme_cards.md index 3a16d0e..883ca9c 100644 --- a/readme_cards.md +++ b/readme_cards.md @@ -33,7 +33,7 @@ These entries provide a card on the dashboard containing a list of links. [Collection Name] type = collection icon = collections_bookmark -urls = {"url": "google.com", "icon": "static/images/apps/default.png", "name": "Google", "open_in": "new_tab"},{"url": "duckduckgo.com", "icon": "static/images/apps/default.png", "name": "DuckDuckGo", "open_in": "this_tab"} +urls = {"url": "https://google.com", "icon": "static/images/apps/default.png", "name": "Google", "open_in": "new_tab"},{"url": "https://duckduckgo.com", "icon": "static/images/apps/default.png", "name": "DuckDuckGo", "open_in": "this_tab"} ``` | Variable | Required | Description | Options |