From 1fa1249456f2d0c58e2570ac96c1350fc3292fad Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 11 Nov 2025 02:15:37 +0800 Subject: [PATCH] Update links in README.md to use HTTPS for better security (#1730) Pull request summary from GitHub Copilot: > This pull request updates the `README.md` file to use secure HTTPS links instead of HTTP for the Dyad website. This improves security and ensures users are directed to the correct, secure version of the site. > > - Documentation improvements: > * Changed all `http://dyad.sh/` links to `https://dyad.sh/` in the `README.md` file. --- ## Summary by cubic Updated README links from http to https for dyad.sh to ensure secure, correct navigation. This avoids insecure redirects and aligns with best practices. Written for commit fbfd253f49495e6e9c1f72cca28213eb65303b5b. Summary will update automatically on new commits. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ab311d..2e22024 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Dyad is a local, open-source AI app builder. It's fast, private, and fully under your control — like Lovable, v0, or Bolt, but running right on your machine. -[![Image](https://github.com/user-attachments/assets/f6c83dfc-6ffd-4d32-93dd-4b9c46d17790)](http://dyad.sh/) +[![Image](https://github.com/user-attachments/assets/f6c83dfc-6ffd-4d32-93dd-4b9c46d17790)](https://dyad.sh/) -More info at: [http://dyad.sh/](http://dyad.sh/) +More info at: [https://dyad.sh/](https://dyad.sh/) ## 🚀 Features