diff --git a/README.md b/README.md
index a69622631ff157819a532c955389173b66aa6e67..8b11ef0f4d7fc80ec51ffd3b5390e4eab0343b34 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# iGEM TeamName Wiki
+# Team Lambert-GA 2023 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/2023/lambert-ga.git
+cd lambert-ga
 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 391aec2be81313ec93ad87347c138b541ced4c22..df1fe1ca7b82b83f5f55a9bc2f15b1ee05ffa4e7 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>© 2023 - 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/2023/lambert-ga">gitlab.igem.org/2023/lambert-ga</a>.</small></p>
       </div>
     </div>
   </div>
diff --git a/wiki/layout.html b/wiki/layout.html
index f4625ca56d3f1c8832b2802f071f4dae790ffbf2..82133742f4a54280f86846aec7b4e27f3fa7f646 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 2023</title>
+    <title>{% block title %}{% endblock %} | Lambert-GA - iGEM 2023</title>
 
 </head>
 <body>
diff --git a/wiki/menu.html b/wiki/menu.html
index 3d5ae3fba753bf35aa09a8cc6c13e5b817917867..4836bbba14da3c1dae5971603fb87c9bc5bebe2b 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="#">Lambert-GA</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 2d66c381093f70fd0d8f5c6c137d2aac0fc86c60..7c6fa734f530ac416e5d09057d97371a810ccd2e 100644
--- a/wiki/pages/attributions.html
+++ b/wiki/pages/attributions.html
@@ -40,7 +40,7 @@
   <iframe
     style='width: 100%'
     id="igem-attribution-form"
-    src="https://attributions.igem.org?team=Example&year=2023"
+    src="https://attributions.igem.org?team=Lambert-GA&year=2023"
   >
   </iframe>
   <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->