Skip to content

Fix paths of blogpost images #8153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/blog/_posts/2016-01-02-new-year-resolutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: New Year Resolutions
author: Martin Odersky
authorImg: /images/martin.jpg
authorImg: images/martin.jpg
date: 2016-01-02
---

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/_posts/2016-02-03-essence-of-scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: The Essence of Scala
author: Martin Odersky
authorImg: /images/martin.jpg
authorImg: images/martin.jpg
date: 2016-02-03
---

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/_posts/2016-02-17-scaling-dot-soundness.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Scaling DOT to Scala - Soundness
author: Martin Odersky
authorImg: /images/martin.jpg
authorImg: images/martin.jpg
date: 2016-02-17
---

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/_posts/2016-05-05-multiversal-equality.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Multiversal Equality for Scala
author: Martin Odersky
authorImg: /images/martin.jpg
authorImg: images/martin.jpg
date: 2016-05-05
---

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/_posts/2016-12-05-implicit-function-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Implicit Function Types
author: Martin Odersky
authorImg: /images/martin.jpg
authorImg: images/martin.jpg
date: 2016-12-05
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.1.2-RC1, a major step towards Scala 3
author: Dmytro Petrashko
authorImg: /images/petrashko.jpg
authorImg: images/petrashko.jpg
date: 2017-05-31
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.2.0-RC1, with new optimizations, improved stability and IDE support
author: Dmytro Petrashko
authorImg: /images/petrashko.jpg
authorImg: images/petrashko.jpg
date: 2017-07-12
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.3.0-RC2
author: Allan Renucci
authorImg: /images/allan.jpg
authorImg: images/allan.jpg
date: 2017-09-07
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.4.0-RC1
author: Allan Renucci
authorImg: /images/allan.jpg
authorImg: images/allan.jpg
date: 2017-10-16
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.5.0-RC1
author: Allan Renucci
authorImg: /images/allan.jpg
authorImg: images/allan.jpg
date: 2017-12-01
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.6.0 and 0.7.0-RC1
author: Allan Renucci
authorImg: /images/allan.jpg
authorImg: images/allan.jpg
date: 2018-03-05
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.7.0 and 0.8.0-RC1
author: Allan Renucci
authorImg: /images/allan.jpg
authorImg: images/allan.jpg
date: 2018-04-27
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.9.0-RC1
author: Allan Renucci
authorImg: /images/allan.jpg
authorImg: images/allan.jpg
date: 2018-07-06
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.10.0-RC1
author: Allan Renucci
authorImg: /images/allan.jpg
authorImg: images/allan.jpg
date: 2018-10-10
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.11.0-RC1
author: Allan Renucci
authorImg: /images/allan.jpg
authorImg: images/allan.jpg
date: 2018-11-30
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.12.0-RC1
author: Aggelos Biboudis
authorImg: /images/aggelos.jpg
authorImg: images/aggelos.jpg
date: 2019-01-21
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.13.0-RC1 with Spark support, top level definitions and redesigned implicits
author: Aggelos Biboudis
authorImg: /images/aggelos.jpg
authorImg: images/aggelos.jpg
date: 2019-03-05
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.14.0-RC1 with export, immutable arrays, creator applications and more
author: Anatolii Kmetiuk
authorImg: /images/anatolii.png
authorImg: images/anatolii.png
date: 2019-04-15
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.15.0-RC1 – the fully bootstrapped compiler
author: Anatolii Kmetiuk
authorImg: /images/anatolii.png
authorImg: images/anatolii.png
date: 2019-05-23
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.18.1-RC1 – switch to the 2.13 standard library, indentation-based syntax and other experiments
author: Anatolii Kmetiuk
authorImg: /images/anatolii.png
authorImg: images/anatolii.png
date: 2019-08-30
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.19.0-RC1 – further refinements of the syntax and the migration to 2.13.1 standard library
author: Anatolii Kmetiuk
authorImg: /images/anatolii.png
authorImg: images/anatolii.png
date: 2019-09-23
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.20.0-RC1 – `with` starting indentation blocks, inline given specializations and more
author: Anatolii Kmetiuk
authorImg: /images/anatolii.png
authorImg: images/anatolii.png
date: 2019-11-04
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog-page
title: Announcing Dotty 0.21.0-RC1 - explicit nulls, new syntax for `match` and conditional givens, and more
author: Aggelos Biboudis
authorImg: /images/aggelos.jpg
authorImg: images/aggelos.jpg
date: 2019-12-20
---

Expand Down