diff --git a/drivers/include/bmx280.h b/drivers/include/bmx280.h
index fe0270f9da69d98940c49784f7b726dda16c2b51..905a6bfb4a8a0cb4e2ba6a37a4b8ffb5cb402179 100644
--- a/drivers/include/bmx280.h
+++ b/drivers/include/bmx280.h
@@ -17,8 +17,8 @@
  * can also measure relative humidity in %.
  *
  * For more information, see the datasheets:
- * * [BMP280](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-18.pdf)
- * * [BME280](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf)
+ * * [BMP280](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001.pdf)
+ * * [BME280](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280-DS002.pdf)
  *
  * This driver provides @ref drivers_saul capabilities.
  *