From eceb6dfffb99507c9e7a34b73d8dc437a7c5f338 Mon Sep 17 00:00:00 2001 From: btardif Date: Wed, 8 Apr 2026 17:37:25 -0700 Subject: [PATCH] fix: update Embr portal links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d90d1f0..2e230d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Smart Notes — AI-Powered Notes App -A template app ready to deploy on [Embr](https://portal.embrdev.io). FastAPI backend serves a plain HTML/JS frontend on a single port — no frontend build step needed. +A template app ready to deploy on [Embr](https://aka.ms/embr). FastAPI backend serves a plain HTML/JS frontend on a single port — no frontend build step needed. ## Deploy to Embr @@ -14,7 +14,7 @@ run: port: 8080 ``` -Connect this repo in the [Embr Portal](https://portal.embrdev.io), and Embr will install dependencies from `requirements.txt`, then start the server automatically. +Connect this repo in the [Embr Portal](https://aka.ms/embr), and Embr will install dependencies from `requirements.txt`, then start the server automatically. ## Run Locally