Skip to content

Commit 458672e

Browse files
committed
Update fcwfp code links
1 parent 1bbbfb6 commit 458672e

File tree

2 files changed

+10
-12
lines changed
  • src/pages
    • articles/2020-03-23---fight-complexity-with-fp
    • pages/2020-04-05---my-talks

2 files changed

+10
-12
lines changed

src/pages/articles/2020-03-23---fight-complexity-with-fp/index.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,10 @@ Functional Programming is not Complex, but it fights complexity. The solution ru
215215

216216
## Kotlin Version
217217

218-
- The [Slide-deck](http://bit.ly/fcwfp-kt-slides)
218+
- The [🎴 Slide-deck](http://bit.ly/fcwfp-kt-slides)
219219
- Source-code links:
220-
221-
- [imperative-vs-declarative](http://bit.ly/imp-vs-dec)
222-
- [railway-oriented-validation-kotlin](https://bit.ly/ro-validation-kt)
220+
- [imperative-vs-declarative](https://github.com/overfullstack/fcwfp-root/tree/main/imperative-vs-declarative-kt)
221+
- [railway-oriented-validation-kotlin](https://github.com/overfullstack/fcwfp-root/tree/main/railway-oriented-validation-kt)
223222

224223
### 10-2020 (All Things Open, Raleigh, USA)
225224

@@ -239,11 +238,10 @@ Functional Programming is not Complex, but it fights complexity. The solution ru
239238

240239
## Java Version
241240

242-
- The [Slide-deck](http://bit.ly/fcwfp-slides)
241+
- The [🎴 Slide-deck](http://bit.ly/fcwfp-slides)
243242
- Source-code links:
244-
245-
- [imperative-vs-declarative](https://bit.ly/imp-vs-dec)
246-
- [railway-oriented-validation](https://bit.ly/ro-validation)
243+
- [imperative-vs-declarative](https://github.com/overfullstack/fcwfp-root/tree/main/imperative-vs-declarative)
244+
- [railway-oriented-validation](https://github.com/overfullstack/fcwfp-root/tree/main/railway-oriented-validation)
247245

248246
## 06-2020 (Berlin FP Group, Germany)
249247

src/pages/pages/2020-04-05---my-talks/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ He's an International Speaker, with his Tech-Talks being warmly received at:
7171

7272
- The [🎴 Slide-deck](http://bit.ly/fcwfp-kt-slides)
7373
- Source-code links:
74-
- [imperative-vs-declarative](http://bit.ly/imp-vs-dec)
75-
- [railway-oriented-validation-kotlin](https://bit.ly/ro-validation-kt)
74+
- [imperative-vs-declarative](https://github.com/overfullstack/fcwfp-root/tree/main/imperative-vs-declarative-kt)
75+
- [railway-oriented-validation-kotlin](https://github.com/overfullstack/fcwfp-root/tree/main/railway-oriented-validation-kt)
7676

7777
### 10-2020 (All Things Open, Raleigh, USA)
7878

@@ -101,8 +101,8 @@ He's an International Speaker, with his Tech-Talks being warmly received at:
101101

102102
- The [🎴 Slide-deck](http://bit.ly/fcwfp-slides)
103103
- Source-code links:
104-
- [imperative-vs-declarative](https://bit.ly/imp-vs-dec)
105-
- [railway-oriented-validation](https://bit.ly/ro-validation)
104+
- [imperative-vs-declarative](https://github.com/overfullstack/fcwfp-root/tree/main/imperative-vs-declarative)
105+
- [railway-oriented-validation](https://github.com/overfullstack/fcwfp-root/tree/main/railway-oriented-validation)
106106

107107
## 06-2020 (Berlin FP Group, Germany)
108108

0 commit comments

Comments
 (0)