From e9ffa0fba78c5d5e3841274ac6c465bd27a61bfa Mon Sep 17 00:00:00 2001 From: Donald <126677763+Donald-Chow@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:23:06 +0900 Subject: [PATCH] Fix link to Yann's gh-pages for production frontend The link wasn't working. The actual link doesn't have `-feb2024` at the end. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f09af9d..3e8e5a9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We will build a Rails application that acts solely as an API. Instead of display ## Goal - Front End -In this [separate workshop](https://github.com/yannklein/react-workshop-ref-feb2024/), we'll build a [React application](https://yannklein.github.io/react-workshop-ref-feb2024/) to consume this API. +In this [separate workshop](https://github.com/yannklein/react-workshop-ref-feb2024/), we'll build a [React application](https://yannklein.github.io/react-workshop-ref) to consume this API.

image