From 88e4006447346fb8907b6a40f7126589ad3198f1 Mon Sep 17 00:00:00 2001 From: Varun A P Date: Wed, 10 Jun 2020 22:11:30 +0200 Subject: Update the exampleSite links to be generic --- exampleSite/content/books/entrepreneurship.md | 2 +- exampleSite/content/projects/startup.md | 2 +- exampleSite/content/travels/amsterdam.md | 2 +- exampleSite/content/travels/london.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/books/entrepreneurship.md b/exampleSite/content/books/entrepreneurship.md index 758df15..6690471 100644 --- a/exampleSite/content/books/entrepreneurship.md +++ b/exampleSite/content/books/entrepreneurship.md @@ -2,6 +2,6 @@ title: Entrepreneurship date: 2020-06-01 subtitle: 2020 -link: https://en.wikipedia.org/wiki/Entrepreneurship +link: https://example.com/ image: https://source.unsplash.com/900x600/?entrepreneurship --- diff --git a/exampleSite/content/projects/startup.md b/exampleSite/content/projects/startup.md index 58ee78c..8cffa23 100644 --- a/exampleSite/content/projects/startup.md +++ b/exampleSite/content/projects/startup.md @@ -2,6 +2,6 @@ title: My Startup date: 2020-06-01 subtitle: 2020 -link: https://mystartup.com +link: https://example.com/ image: ./my-startup.jpeg --- diff --git a/exampleSite/content/travels/amsterdam.md b/exampleSite/content/travels/amsterdam.md index 64cd4fa..55c276c 100644 --- a/exampleSite/content/travels/amsterdam.md +++ b/exampleSite/content/travels/amsterdam.md @@ -2,6 +2,6 @@ title: Amsterdam date: 2020-06-01 subtitle: 2020 -link: https://www.iamsterdam.com/en +link: https://example.com/ image: https://source.unsplash.com/900x600/?amsterdam --- \ No newline at end of file diff --git a/exampleSite/content/travels/london.md b/exampleSite/content/travels/london.md index 99a6962..60d954a 100644 --- a/exampleSite/content/travels/london.md +++ b/exampleSite/content/travels/london.md @@ -2,6 +2,6 @@ title: London date: 2020-06-01 subtitle: 2020 -link: https://www.visitlondon.com/ +link: https://example.com/ image: https://source.unsplash.com/900x600/?london --- \ No newline at end of file -- cgit v1.2.3