diff --git a/demo/nginx/README.md b/demo/nginx/README.md
index 155323b..55377ff 100644
--- a/demo/nginx/README.md
+++ b/demo/nginx/README.md
@@ -1,6 +1,6 @@
# NGINX + CGI + MiSTer Web Control demo
This is a proof of concept demonstrating the use of NGINX Web server with CGI support on the MiSTer FPGA system through a simple MiSTer Web Control demo page.
-Simply put [nginx_start.sh](https://github.com/MiSTer-devel/Updater_script_MiSTer/blob/master/update.sh?raw=true) in your SD and launch it through MiSTer main menu OSD (press F12 and then Scripts). Please right click on the links in this README or on the RAW button in GitHub script pages in order to actually download the raw Bash script, otherwise you could download an HTML page which isn’t a script and won’t be executed by MiSTer (you will see no output, but just an OK button in MiSTer Script menu interface).
+Simply put [nginx_start.sh](https://github.com/MiSTer-devel/Scripts_MiSTer/blob/master/demo/nginx/nginx_start.sh?raw=true) in your SD and launch it through MiSTer main menu OSD (press F12 and then Scripts). Please right click on the links in this README or on the RAW button in GitHub script pages in order to actually download the raw Bash script, otherwise you could download an HTML page which isn’t a script and won’t be executed by MiSTer (you will see no output, but just an OK button in MiSTer Script menu interface).
This demo uses the following open source projects (visit their Web sites for the source code and the license files)
- NGINX Open Source https://nginx.org
- fcgiwrap https://github.com/gnosek/fcgiwrap