From bdb04c19615bc15c22d62b0562f8fbfa65d65c00 Mon Sep 17 00:00:00 2001 From: Nicholas Tinsley <00sturm@gmail.com> Date: Mon, 6 Nov 2017 07:31:09 -0500 Subject: [PATCH] fix GitHub URLs --- Android-Tutorial-1.md | 2 +- Android-Tutorial-2.md | 2 +- Android-Tutorial-3.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Android-Tutorial-1.md b/Android-Tutorial-1.md index 6bd499e..d148d64 100644 --- a/Android-Tutorial-1.md +++ b/Android-Tutorial-1.md @@ -2,7 +2,7 @@ Welcome to the tutorials, which have been designed to give you a hands-on walkthrough through the core concepts of RIBs. As part of the tutorials, you'll be building a simple TicTacToe game using the RIBs architecture and associated tooling. -We've provided you with a project that contains the boilerplate for a new RIBs application. You can find the source files [here](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial1). Follow the [README](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial1/README.md) to open the project before reading any further. +We've provided you with a project that contains the boilerplate for a new RIBs application. You can find the source files [here](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial1-create-a-rib). Follow the [README](https://github.com/uber/RIBs/blob/master/android/tutorials/tutorial1-create-a-rib/README.md) to open the project before reading any further. ## Goal diff --git a/Android-Tutorial-2.md b/Android-Tutorial-2.md index e544aab..7a6f425 100644 --- a/Android-Tutorial-2.md +++ b/Android-Tutorial-2.md @@ -4,7 +4,7 @@ Welcome to the RIBs tutorials, which have ben designed to give you a hands-on walkthrough through the core concepts of RIBs. As part of the tutorials, you'll be building a simple TicTacToe game using the RIBs architecture and associated tooling. -For this tutorial, we'll start off where [tutorial 1](Android-Tutorial-1) ended. You can either continue with the project you completed in [tutorial 1](Android-Tutorial-1), or use the source code [here](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial2). Follow the [README](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial2/README.md) to open the project before reading any further. +For this tutorial, we'll start off where [tutorial 1](Android-Tutorial-1) ended. You can either continue with the project you completed in [tutorial 1](Android-Tutorial-1), or use the source code [here](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial2-composing-ribs-starter-code). Follow the [README](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial2-composing-ribs-starter-code/README.md) to open the project before reading any further. ## Prerequisites Understand the concepts from tutorial 1 and fully setup Android Studio and the Presidio plugin. diff --git a/Android-Tutorial-3.md b/Android-Tutorial-3.md index 15de69e..cd8f793 100644 --- a/Android-Tutorial-3.md +++ b/Android-Tutorial-3.md @@ -4,7 +4,7 @@ Welcome to the RIBs tutorials, which have ben designed to give you a hands-on walkthrough through the core concepts of RIBs. As part of the tutorials, you'll be building a simple TicTacToe game using the RIBs architecture and associated tooling. -For tutorial 3, we'll start off where [tutorial 2](Android-Tutorial-2) ended. You can either continue with the project you completed in [tutorial 2](Android-Tutorial-2), or use the source code [here](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial3). Follow the [README](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial3/README.md) to install and open the project before reading any further. +For tutorial 3, we'll start off where [tutorial 2](Android-Tutorial-2) ended. You can either continue with the project you completed in [tutorial 2](Android-Tutorial-2), or use the source code [here](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial3-rib-di-and-communication-starter-code). Follow the [README](https://github.com/uber/RIBs/tree/master/android/tutorials/tutorial3-rib-di-and-communication-starter-code/README.md) to install and open the project before reading any further. ## Goals The goals of this code lab are to learn the following: -- 2.14.1.windows.1