Skip to content

Commit 7f6345a

Browse files
committed
Fix paths of blogpost images
1 parent 079a211 commit 7f6345a

23 files changed

+23
-23
lines changed

docs/blog/_posts/2016-01-02-new-year-resolutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: New Year Resolutions
44
author: Martin Odersky
5-
authorImg: /images/martin.jpg
5+
authorImg: images/martin.jpg
66
date: 2016-01-02
77
---
88

docs/blog/_posts/2016-02-03-essence-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: The Essence of Scala
44
author: Martin Odersky
5-
authorImg: /images/martin.jpg
5+
authorImg: images/martin.jpg
66
date: 2016-02-03
77
---
88

docs/blog/_posts/2016-02-17-scaling-dot-soundness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: Scaling DOT to Scala - Soundness
44
author: Martin Odersky
5-
authorImg: /images/martin.jpg
5+
authorImg: images/martin.jpg
66
date: 2016-02-17
77
---
88

docs/blog/_posts/2016-05-05-multiversal-equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: Multiversal Equality for Scala
44
author: Martin Odersky
5-
authorImg: /images/martin.jpg
5+
authorImg: images/martin.jpg
66
date: 2016-05-05
77
---
88

docs/blog/_posts/2016-12-05-implicit-function-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: Implicit Function Types
44
author: Martin Odersky
5-
authorImg: /images/martin.jpg
5+
authorImg: images/martin.jpg
66
date: 2016-12-05
77
---
88

docs/blog/_posts/2017-05-31-first-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: Announcing Dotty 0.1.2-RC1, a major step towards Scala 3
44
author: Dmytro Petrashko
5-
authorImg: /images/petrashko.jpg
5+
authorImg: images/petrashko.jpg
66
date: 2017-05-31
77
---
88

docs/blog/_posts/2017-07-12-second-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: Announcing Dotty 0.2.0-RC1, with new optimizations, improved stability and IDE support
44
author: Dmytro Petrashko
5-
authorImg: /images/petrashko.jpg
5+
authorImg: images/petrashko.jpg
66
date: 2017-07-12
77
---
88

docs/blog/_posts/2017-09-07-third-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: Announcing Dotty 0.3.0-RC2
44
author: Allan Renucci
5-
authorImg: /images/allan.jpg
5+
authorImg: imagesallan.jpg
66
date: 2017-09-07
77
---
88

docs/blog/_posts/2017-10-16-fourth-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: Announcing Dotty 0.4.0-RC1
44
author: Allan Renucci
5-
authorImg: /images/allan.jpg
5+
authorImg: images/allan.jpg
66
date: 2017-10-16
77
---
88

docs/blog/_posts/2017-12-01-fifth-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog-page
33
title: Announcing Dotty 0.5.0-RC1
44
author: Allan Renucci
5-
authorImg: /images/allan.jpg
5+
authorImg: images/allan.jpg
66
date: 2017-12-01
77
---
88

0 commit comments

Comments
 (0)