diff --git a/README.md b/README.md
index 7e359d62c2b94b2e5e6b56777b0194dbdc2fccfe..6e094e5a1ba95e05b493b34c19a21c6796b08bce 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# iGEM TeamName Wiki
+# Team RBHS-San-Diego 2024 Wiki
 
 This repository **MUST** contain all coding assets to generate your team's wiki (HTML, CSS, JavaScript, TypeScript, Python, etc).
 
@@ -52,8 +52,8 @@ To work locally with this project, follow the steps below:
 
 #### Install
 ```bash
-git clone https://gitlab.igem.org/templates/wiki-frozen-flask.git
-cd wiki-frozen-flask
+git clone https://gitlab.igem.org/2024/rbhs-san-diego.git
+cd rbhs-san-diego
 python3 -m venv venv
 . venv/bin/activate # on Linux, MacOS; or
 . venv\Scripts\activate # on Windows
diff --git a/wiki/footer.html b/wiki/footer.html
index 7e170dfd90558d372f00232d9776dc5c34a4ad96..0748b70a48bfff35d44e5e896e83ad45c8793483 100644
--- a/wiki/footer.html
+++ b/wiki/footer.html
@@ -28,7 +28,7 @@
     <div class="row mt-4">
       <div class="col">
         <p class="mb-0"><small>© 2024 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons Attribution 4.0 International license</a>.</small></p>
-	      <p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/templates/wiki-frozen-flask">gitlab.igem.org/templates/wiki-frozen-flask</a>.</small></p>
+	      <p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2024/rbhs-san-diego">gitlab.igem.org/2024/rbhs-san-diego</a>.</small></p>
       </div>
     </div>
   </div>
diff --git a/wiki/layout.html b/wiki/layout.html
index 7a03325a3817b8a3143ef0bc8858ab35e2d98572..97a627205590519e1258daef4b7255cdc97b679a 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -13,7 +13,7 @@
     <!-- Custom CSS -->
     <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
 
-    <title>{% block title %}{% endblock %} | TeamName - iGEM 2024</title>
+    <title>{% block title %}{% endblock %} | RBHS-San-Diego - iGEM 2024</title>
 
 </head>
 <body>
diff --git a/wiki/menu.html b/wiki/menu.html
index 3d5ae3fba753bf35aa09a8cc6c13e5b817917867..dd313532f427db483a96a556a7246bed5eef8d28 100644
--- a/wiki/menu.html
+++ b/wiki/menu.html
@@ -2,7 +2,7 @@
   <div class="container">
 
     <!---- TEAM NAME ---->
-    <a class="navbar-brand" href="#">TeamName</a>
+    <a class="navbar-brand" href="#">RBHS-San-Diego</a>
 
     <!---- SMALL SCREEN MENU ICON ---->
     <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html
index 164205ccc5dd3c7b933b8712979ecd5b987f0a13..19671e4200f3549644e5cb3194b3607c033839df 100644
--- a/wiki/pages/attributions.html
+++ b/wiki/pages/attributions.html
@@ -43,7 +43,7 @@
   <iframe
     style='width: 100%'
     id="igem-attribution-form"
-    src="https://teams.igem.org/wiki/TeamID/attributions">
+    src="https://teams.igem.org/wiki/5135/attributions">
   >
   </iframe>
   <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->