diff --git a/README.md b/README.md
index 543386a14406c0903ab9a8803e89182cedbfc162..202b4fa2ea01110258962ce27b4d7de745eb5c0c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # fridayFagPackets
 
-A repo for our [fridayFagPacket](https://energy.soton.ac.uk/friday-fag-packets/) data notes (numbers that could have been done on the back of one and should probably come with a similar health warning).
+A repo for our [fridayFagPacket](https://dataknut.github.io/fridayFagPackets/) data notes (numbers that could have been done on the back of one and should probably come with a similar health warning).
 
 The repo is auto-mirrored to https://github.com/dataknut/fridayFagPackets
 
diff --git a/gdpAndEmissions/GDP_emissions_trends.qmd b/gdpAndEmissions/GDP_emissions_trends.qmd
index a20e3acf7b061a9dd9d040c94b585a3a9af34234..4e6aa3f5fc928eac6c31e85677f46807396d8638 100644
--- a/gdpAndEmissions/GDP_emissions_trends.qmd
+++ b/gdpAndEmissions/GDP_emissions_trends.qmd
@@ -47,7 +47,7 @@ Downloaded from the awesome [OurWorldInData](https://ourworldindata.org/grapher/
 
 ```{r}
 #| label: loasdData
-
+# fix
 dt_abs <- data.table::fread(here::here("data", "co2-emissions-and-gdp.csv"))
 dt_pc <- data.table::fread(here::here("data", "co2-emissions-and-gdp-per-capita.csv"))