From e68a8532ca6318b426bf47a06b1bfc7d9feff8a0 Mon Sep 17 00:00:00 2001 From: Bob Dill Date: Thu, 2 Nov 2017 14:49:37 -0400 Subject: [PATCH] updated c2 readme --- Chapter02/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter02/README.md b/Chapter02/README.md index 87645f09..bb67a066 100644 --- a/Chapter02/README.md +++ b/Chapter02/README.md @@ -12,7 +12,7 @@ In this chapter, we will do the following things: We are using the publicly available IBM Cloud, which at this writing has instances located in North America, Germany, Australia and the UK. The link for IBM Cloud, or Bluemix as it was formerly known, is http://console.bluemix.net, this URL will bring you to this page: -![IBM Cloud Signup](assets/IBM_Cloud_signup.png) +![IBM Cloud Signup](../assets/IBM_Cloud_signup.png) At this point, you can either sign up for IBM Cloud, or log in. If you already have an id on IBM Cloud, then you can go to one of the following regional links: @@ -44,7 +44,7 @@ for your operating system. ## Get the Zero To Cognitive Repository -![Fork](/assets/Fork.jpg) +![Fork](../assets/Fork.jpg) The Zero to Cognitive repository, which you're reading right now, is on public github. I encourage you to use the fork process to create your own personal version of this repository. That way you can make updates to your own code and share your code with others. This repository will not accept updates.