From 283be30351049b257c17c062e41979923cbccd3a Mon Sep 17 00:00:00 2001
From: Tianyi LIANG <tianyi@igem.org>
Date: Sat, 18 May 2024 04:14:18 +0800
Subject: [PATCH] docs: change uploads tool link

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index a696226..7e359d6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 This repository **MUST** contain all coding assets to generate your team's wiki (HTML, CSS, JavaScript, TypeScript, Python, etc).
 
-Images, photos, icons and fonts **MUST** be stored on `static.igem.wiki` using [uploads.igem.org](https://uploads.igem.org), and Videos **must** be embedded from [iGEM Video Universe](https://video.igem.org).
+Images, photos, icons and fonts **MUST** be stored on `static.igem.wiki` using [tools.igem.org](https://tools.igem.org), and Videos **must** be embedded from [iGEM Video Universe](https://video.igem.org).
 
 For up-to-date requirements, resources, help and guidance, visit [competition.igem.org/deliverables/team-wiki](https://competition.igem.org/deliverables/team-wiki).
 
@@ -10,13 +10,13 @@ For up-to-date requirements, resources, help and guidance, visit [competition.ig
 
 You should probably only edit the files inside folders `static`, `wiki` and `wiki > pages`.
 1. Open the Web IDE
-1. Make the changes on the files you wish:
+2. Make the changes on the files you wish:
     * For the menu, change the file [menu.html](wiki/menu.html)
     * For the layout, change the file [layout.html](wiki/layout.html)
     * For the pages, change the corresponding file in the foler [pages](wiki/pages)
-1. Review the changes you made
-1. Once you are done, save the changes by **committing** them to the *main branch* of the repository
-1. An automated script will build, test and deploy your wiki, which should take less than 30 seconds.
+3. Review the changes you made
+4. Once you are done, save the changes by **committing** them to the *main branch* of the repository 
+5. An automated script will build, test and deploy your wiki, which should take less than 30 seconds.
 
 ## About this Template
 
-- 
GitLab