diff --git a/guides/markdown.md b/guides/markdown.md
index 4f1c068964718b965058a15beeef25447776191e..754f887dd345ba2300ebd3906e94000f37c7e087 100644
--- a/guides/markdown.md
+++ b/guides/markdown.md
@@ -1,3 +1,5 @@
+# Markdown Guide
+
 Markdown is a lightweight markup language used for formatting text. It is commonly used for formatting text on websites, in documentation, and in notes. Markdown is easy to learn and use, and it allows you to quickly and easily create well-formatted documents without the need for complex HTML or formatting tools.
 
 In order to use markdown, you will need an editor that supports it. In our case, this is [VS code](https://code.visualstudio.com/), the editor we will also be using for writing and editing code. You are welcome to explore and use other editors for markdown (and we recommend this for note taking!). Remember that markdown is just a syntax for writing plain text files, so you can edit these files with multiple different editors. Some will render the syntax in place, others will require changing between editing and reading 'views'.
diff --git a/guides/setup.md b/guides/setup.md
index 29f4b4c5ade7ddad69ef946398b466916b1ae89f..75e4f171896c337a06eca77036b6c60c49059bc5 100644
--- a/guides/setup.md
+++ b/guides/setup.md
@@ -6,7 +6,7 @@ For refernce, these are:
 - [ ] Python Installation
 - [ ] VS Code
 	- [ ] Install Extension: Python
-	- [ ] Install Extension: Advanced MD
+	- [ ] Install Extension: Markdown Preview Enhanced
 - [ ] Download `ctap-portfolio` 
 	- [ ] Configure backup/ file sync for portfolio files
 
@@ -47,9 +47,9 @@ Importantly, this folder contains another folder called `portfolio` which is the
 
 The other folders in the `ctap-portfolio` project, are for working on in your lectorials and practicals.
 
-This folder can be downloaded from blackboard, or directly from this link:
+This folder can be downloaded from blackboard under the **Assessment** tab, or directly from this link:
 
-`This Link will be available from week 7`
+https://blackboard.uwe.ac.uk/bbcswebdav/pid-10117648-dt-content-rid-41950877_2/xid-41950877_2
 
 You should ensure that you setup up Onedrive (or your own personal system), to synchronise this folder and back it up to a remote location. The loss of work cannot is always unfortunate but can be avoided - this is not an excuse when it comes to submit!
 
@@ -57,4 +57,3 @@ You are provided free One drive storage as part of your student account. A guide
 
 Note that we do not recommend storing these files on an external hard drive without cloud sync - ***Hard drives can and regularly do fail!***
 
-