Skip to content

Commit 58e1f07

Browse files
author
Luciano Nooijen
committed
Fix: add hyperlink
Signed-off-by: Luciano Nooijen <[email protected]>
1 parent 203f7fd commit 58e1f07

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.6.1 (2021-01-12)
9+
10+
### Fixed:
11+
12+
* Added hyperlink for JSON checking article in Dearly case
13+
814
## 2.6.0 (2021-01-12)
915

1016
### Added:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bytecode-website",
33
"private": false,
44
"description": "The Bytecode Digital Agency website, released as free software",
5-
"version": "v2.6.0",
5+
"version": "v2.6.1",
66
"author": "Luciano Nooijen <[email protected]>",
77
"keywords": [
88
"bytecode"

src/pages/case/dearly.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,14 @@ const Dearly: React.FC<Record<string, never>> = () => (
159159
Om meer veiligheid te hebben rondom API-calls, hebben we
160160
gekozen om tijdens runtime de types te valideren op basis
161161
van Typescript interfaces. Luciano legt deze functionaliteit
162-
hier in detail uit.
162+
<a
163+
href="https://bytecode.nl/insights/runtime-json-typechecking-met-typescript-interfaces/"
164+
rel="noreferrer"
165+
target="_blank"
166+
>
167+
&nbsp;in dit blogartikel&nbsp;
168+
</a>
169+
in detail uit.
163170
</p>
164171
</TextAndImage>
165172
</Section>

0 commit comments

Comments
 (0)