Skip to content

Commit d544e75

Browse files
authored
Fixed broken links
1 parent 2452545 commit d544e75

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

content/lecture/github-migration/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ image:
2727
focal_point: Right
2828

2929
url_code: https://github.com/fm4se/exercises
30-
url_pdf: ./lecture/github-migration/On-Writing-Alloy-Models-Metrics-and-a-New-Dataset-ABZ25.pdf
30+
url_pdf: ./lecture/github-migration/Introducing-GitHub-Classroom-into-a-Formal-Methods-Module-FMTea24.pdf
3131
url_slides: ./lecture/github-migration/FMTea24-Slides.pdf
3232
url_video: ''
3333

@@ -54,7 +54,7 @@ We migrated traditional worksheets from our Formal Methods for Software Engineer
5454

5555
We describe the migration from regular worksheets to GitHub Classroom in this experience report:
5656

57-
> Soaibuzzaman, Ringert, J.O. [Introducing GitHub Classroom into a Formal Methods Module](./lecture/github-migration/On-Writing-Alloy-Models-Metrics-and-a-New-Dataset-ABZ25.pdf). In: Sekerinski, E., Ribeiro, L. (eds) Formal Methods Teaching. FMTea 2024. Lecture Notes in Computer Science, vol 14939. Springer, Cham. doi: 10.1007/978-3-031-71379-8_2
57+
> Soaibuzzaman, Ringert, J.O. [Introducing GitHub Classroom into a Formal Methods Module](./lecture/github-migration/Introducing-GitHub-Classroom-into-a-Formal-Methods-Module-FMTea24.pdf). In: Sekerinski, E., Ribeiro, L. (eds) Formal Methods Teaching. FMTea 2024. Lecture Notes in Computer Science, vol 14939. Springer, Cham. doi: 10.1007/978-3-031-71379-8_2
5858
5959
The [code for the worksheets](https://github.com/fm4se/exercises) is available on GitHub.
6060
All repositories support autograding via GitHub Classroom. Autograding uses GitHub Actions to run test cases (JUnit) and extract reports from the test results. The tests can be used for feedback when working on the tasks locally (where GitHub Actions are not executed).

content/news/FMPals-ABZ-2025/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ image:
2727
focal_point: Right
2828

2929
url_code: https://github.com/se-buw/alloy-metrics
30-
url_pdf: ./news/FMPals-ABZ-2025/On-Writing-Alloy-Models-Metrics-and-a-New-Dataset-ABZ25.pdf
31-
url_slides: ./news/FMPals-ABZ-2025/ABZ25-Slides.pdf
30+
url_pdf: ./news/fmpals-abz-2025/On-Writing-Alloy-Models-Metrics-and-a-New-Dataset-ABZ25.pdf
31+
url_slides: ./news/fmpals-abz-2025/ABZ25-Slides.pdf
3232
url_video: ''
3333

3434
# Markdown Slides (optional).
@@ -46,7 +46,7 @@ slides:
4646
projects: [FM Playground]
4747
---
4848

49-
We are excited to announce the publication of our new paper, dataset, and accompanying code: [On Writing Alloy Models: Metrics and a New Dataset](./news/FMPals-ABZ-2025/On-Writing-Alloy-Models-Metrics-and-a-New-Dataset-ABZ25.pdf) presented at [ABZ 2025](https://abz-conf.org/site/2025/)
49+
We are excited to announce the publication of our new paper, dataset, and accompanying code: [On Writing Alloy Models: Metrics and a New Dataset](./news/fmpals-abz-2025/On-Writing-Alloy-Models-Metrics-and-a-New-Dataset-ABZ25.pdf) presented at [ABZ 2025](https://abz-conf.org/site/2025/)
5050

5151
In this work, we introduce FMPals, a new dataset of Alloy models authored on our Formal Methods Playground.
5252

@@ -57,7 +57,7 @@ In this work, we introduce FMPals, a new dataset of Alloy models authored on our
5757

5858
> Soaibuzzaman, S. Kalantari, J.O. Ringert. On Writing Alloy Models: Metrics and a new Dataset. Rigorous State-Based Methods. ABZ 2025. LNCS 15728, pp. 1–18, 2025.
5959
60-
> [📥 PDF](./news/FMPals-ABZ-2025/On-Writing-Alloy-Models-Metrics-and-a-New-Dataset-ABZ25.pdf)
60+
> [📥 PDF](./news/fmpals-abz-2025/On-Writing-Alloy-Models-Metrics-and-a-New-Dataset-ABZ25.pdf)
6161
6262
> 📚 DOI: [10.1007/978-3-031-94533-5_5](https://doi.org/10.1007/978-3-031-94533-5_5)
6363

content/news/FMPsmt-SMT-2025/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ image:
2727
focal_point: Right
2828

2929
url_code: https://github.com/se-buw/smt-metrics
30-
url_pdf: ./news/FMPsmt-SMT-2025/On-Writing-SMT-LIB-Scripts-Metrics-and-a-New-Dataset-SMT25.pdf
31-
url_slides: ./news/FMPsmt-SMT-2025/OnWritingSMTScripts.pdf
30+
url_pdf: ./news/fmpsmt-smt-2025/On-Writing-SMT-LIB-Scripts-Metrics-and-a-New-Dataset-SMT25.pdf
31+
url_slides: ./news/fmpsmt-smt-2025/OnWritingSMTScripts.pdf
3232
url_video: ''
3333

3434
# Markdown Slides (optional).
@@ -46,7 +46,7 @@ slides:
4646
projects: [FM Playground]
4747
---
4848

49-
We are excited to announce the publication of our new paper, dataset, and accompanying code: [On Writing SMT-LIB Scripts: Metrics and a New Dataset](./news/FMPsmt-SMT-2025/On-Writing-SMT-LIB-Scripts-Metrics-and-a-New-Dataset-SMT25.pdf) presented at [ABZ 2025](https://smt-workshop.cs.uiowa.edu/2025/)
49+
We are excited to announce the publication of our new paper, dataset, and accompanying code: [On Writing SMT-LIB Scripts: Metrics and a New Dataset](./news/fmpsmt-smt-2025/On-Writing-SMT-LIB-Scripts-Metrics-and-a-New-Dataset-SMT25.pdf) presented at [ABZ 2025](https://smt-workshop.cs.uiowa.edu/2025/)
5050

5151
In this work, we introduce FMPsmt, a new dataset of SMT-LIB Scripts authored on our Formal Methods Playground.
5252

@@ -57,7 +57,7 @@ In this work, we introduce FMPsmt, a new dataset of SMT-LIB Scripts authored on
5757

5858
> Soaibuzzaman, J.O. Ringert. On Writing SMT-LIB Scripts: Metrics and a New Dataset. International Workshop on Satisfiability Modulo Theories. SMT 2025. CEUR 4008, pp. 91–102, 2025.
5959
60-
> [📥 PDF](./news/FMPsmt-SMT-2025/On-Writing-SMT-LIB-Scripts-Metrics-and-a-New-Dataset-SMT25.pdf)
60+
> [📥 PDF](./news/fmpsmt-smt-2025/On-Writing-SMT-LIB-Scripts-Metrics-and-a-New-Dataset-SMT25.pdf)
6161
6262
> 📚 URL: [https://ceur-ws.org/Vol-4008/SMT_paper15.pdf](https://ceur-ws.org/Vol-4008/SMT_paper15.pdf)
6363

0 commit comments

Comments
 (0)