From 5a166fe2e80f0fb936efe940f435ca61ca709663 Mon Sep 17 00:00:00 2001 From: Scott Griv Date: Fri, 6 Jan 2023 21:12:55 -0500 Subject: [PATCH] Update palm_tree.sql --- sql/palm_tree.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/palm_tree.sql b/sql/palm_tree.sql index 13484a4..cb002a0 100644 --- a/sql/palm_tree.sql +++ b/sql/palm_tree.sql @@ -41,7 +41,7 @@ CREATE TABLE `about` ( LOCK TABLES `about` WRITE; /*!40000 ALTER TABLE `about` DISABLE KEYS */; -INSERT INTO `about` VALUES (1,'Scott Grivner','scott.grivner@gmail.com','www.scottgrivner.com','1.0.0','MIT'); +INSERT INTO `about` VALUES (1,'Scott Grivner','scott.grivner@gmail.com','https://www.scottgrivner.dev','1.0.0','MIT'); /*!40000 ALTER TABLE `about` ENABLE KEYS */; UNLOCK TABLES;