diff --git a/docs/machine/mdm.md b/docs/machine/mdm.md
index 8e225bb..0e51f16 100644
--- a/docs/machine/mdm.md
+++ b/docs/machine/mdm.md
@@ -4,7 +4,7 @@ description: Here the minutes of all MDMs are kept
template: main.html
---
-
Minutes of the SLS 2.0 Machine Development Meetings
+ SLS 2.0 Machine Development Meetings
## Info
Here the minutes of the regular Machine Development Meetings are kept. Ad Hoc meetings on specific topics are usually documented on [indico](https://indico.psi.ch/category/662/).
@@ -19,7 +19,7 @@ Here the minutes of the regular Machine Development Meetings are kept. Ad Hoc me
1. **Introduction**
* **Approval of last minutes**
- * All those present confirm the [minutes](https://sls.psi.ch/bdm/minutes/#04082025) of the last meeting.
+ * All those present confirm the [minutes](https://sls.psi.ch/machine/mdm/#24092025) of the last meeting.
* **Communication**
* The current machine schedule is available at [https://sls.psi.ch/schedule/.](https://sls.psi.ch/schedule/)
@@ -115,7 +115,7 @@ Minutes written by {{Felix}}
1. **Introduction**
* **Approval of last minutes**
- * All those present confirm the [minutes](https://sls.psi.ch/mdm/minutes/#24092025) of the last meeting.
+ * All those present confirm the [minutes](https://sls.psi.ch/machine/mdm/#24092025) of the last meeting.
* **Communication**
* As a result of the migration to gitea our website is now located at [**https://sls.psi.ch/**](https://sls.psi.ch/)
@@ -170,15 +170,40 @@ Minutes written by {{Felix}}
3. **Shift Reports**
+ * **Orbit bumps in IDs for nonlinear field mapping** by {{Simona}}
+ * {{ElogDEV(2570)}}
+ * ...
+
+ * **Feedforward tables for UE36 in X11MA** by {{Simona}}
+ * {{ElogDEV(2561)}}
+ * Difficulty: many polarization modes
+
+ * **Local LOCO Sector 6** by {{Simona}}
+ * {{ElogDEV(2567)}}
+ * {{ElogDEV(2565)}}
+
* **Timing** by {{Romain}} and {{Felix}}
* {{ElogOP(62751)}}
+ * ...
+
+ * **Tune based optics measurements** by {{Jesus}}
+ * {{ElogDEV(2568)}}
+ * {{ElogDEV(2566)}}
+ * ...
* **Modified Booster RF ramps** by {{Jonas}} and {{Lukas}}
+ * {{ElogDEV(2564)}}
* ...
* **Microwave instability check** by {{Micha}} and {{Alessandro}}
+ * {{ElogDEV(2572)}}
* ...
+ * **Ion Clearing Gap** by {{Micha}} and {{Alessandro}}
+ * {{ElogDEV(2571)}}
+ * ...
+
+
4. **Shift Requests**
* {{Felix}}
@@ -204,7 +229,7 @@ Minutes written by {{Felix}}
1. **Introduction**
* **Approval of last minutes**
- * All those present confirm the [minutes](https://sls.psi.ch/bdm/minutes/#10092025) of the last meeting.
+ * All those present confirm the [minutes](https://sls.psi.ch/machine/mdm/#10092025) of the last meeting.
* **Communication**
* The current machine schedule is available at [https://sls.psi.ch/schedule/.](https://sls.psi.ch/schedule/)
@@ -328,7 +353,7 @@ Minutes written by {{Felix}}
1. **Introduction**
* **Approval of last minutes**
- * All those present confirm the [minutes](https://sls.psi.ch/mdm/minutes/#27082025) of the last meeting.
+ * All those present confirm the [minutes](https://sls.psi.ch/machine/mdm/#27082025) of the last meeting.
* **Communication**
* The current machine schedule is available at [https://sls.psi.ch/schedule/.](https://sls.psi.ch/schedule/)
@@ -429,7 +454,7 @@ Minutes written by {{Felix}}
1. **Introduction**
* **Approval of last minutes**
- * All those present confirm the [minutes](https://sls.psi.ch/bdm/minutes/#04082025) of the last meeting (BDM).
+ * All those present confirm the [minutes](https://sls.psi.ch/machine/bdm/#04082025) of the last meeting (BDM).
* **Communication**
* The current machine schedule is available at [https://sls.psi.ch/schedule/.](https://sls.psi.ch/schedule/)
diff --git a/main.py b/main.py
index 88c87e6..cfa2ed0 100644
--- a/main.py
+++ b/main.py
@@ -11,5 +11,10 @@ def define_env(env):
@env.macro
def ElogOP(nr):
- code = '[{:}](https://elog-gfa.psi.ch/SLS/{:}) |'.format(nr, nr)
+ code = '[OP-Log {:}](https://elog-gfa.psi.ch/SLS/{:}) |'.format(nr, nr)
+ return code
+
+ @env.macro
+ def ElogDEV(nr):
+ code = '[Dev-Log {:}](https://elog-gfa.psi.ch/SLS+Development/{:}) |'.format(nr, nr)
return code
\ No newline at end of file