Skip to content

Commit 06cf31f

Browse files
committed
Fix links
Signed-off-by: Rafael Vasquez <[email protected]>
1 parent 4beb7cc commit 06cf31f

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

docs/lab-1.5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ You may notice that your answer is slighty different then the screen shot above.
4343

4444
## Conclusion
4545

46-
**Congratulations!** Now you have Open-WebUI running and it's configured to work with `granite3.1-dense` and `ollama`. Move on to [Lab 2](/docs/lab-2/README.md) and have a chat with your model!
46+
**Congratulations!** Now you have Open-WebUI running and it's configured to work with `granite3.1-dense` and `ollama`. Move on to [Lab 2](https://ibm.github.io/opensource-ai-workshop/lab-2/) and have a chat with your model!

docs/lab-1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ You may notice that your answer is slighty different then the screen shot above.
4747

4848
## Conclusion
4949

50-
**Congratulations!** Now you have AnythingLLM running and it's configured to work with `granite3.1-dense` and `ollama`. Move on to [Lab 2](/docs/lab-2/README.md) and have a chat with your model!
50+
**Congratulations!** Now you have AnythingLLM running and it's configured to work with `granite3.1-dense` and `ollama`. Move on to [Lab 2](https://ibm.github.io/opensource-ai-workshop/lab-2/) and have a chat with your model!

docs/lab-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ in Batman's extensive history.
104104

105105
Spend as much time as you want asking your LLM about anything about any topic and exploring how you can alter its output to provide you with more interesting or satisfying responses.
106106

107-
When you feel acquainted with your model, move on to [Lab 3](/docs/lab-3/README.md) to learn about Prompt Engineering.
107+
When you are acquainted with your model, move on to [Lab 3](https://ibm.github.io/opensource-ai-workshop/lab-3/) to learn about Prompt Engineering.

docs/lab-3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ So much better! By providing more context and more insight into what you are exp
103103

104104
## Conclusion
105105

106-
Now that you know the basics of prompt engineering and simple techniques you can use to level-up your prompts, let's move on to [Lab 4](/docs/lab-4/README.md) and apply what you've learned with some exercises.
106+
Now that you know the basics of prompt engineering and simple techniques you can use to level-up your prompts, let's move on to [Lab 4](https://ibm.github.io/opensource-ai-workshop/lab-4/) and apply what you've learned with some exercises.

docs/lab-4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ The best part of this prompt is that you can take the output and extend or short
212212

213213
## Conclusion
214214

215-
Well done! By completing these exercises, you're well on your way to being a prompt expert. In [Lab 5](/docs/lab-5/README.md), we'll move towards code-generation and learn how to use a local coding assistant.
215+
Well done! By completing these exercises, you're well on your way to being a prompt expert. In [Lab 5](https://ibm.github.io/opensource-ai-workshop/lab-5/), we'll move towards code-generation and learn how to use a local coding assistant.

docs/lab-5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Additionally, if you open a file for editing you should see possible tab complet
7979

8080
## Conclusion
8181

82-
With your AI coding assistant set up, move on to [Lab 6](/docs/lab-6/README.md) and actually use it!
82+
With your AI coding assistant now set up, move on to [Lab 6](https://ibm.github.io/opensource-ai-workshop/lab-6/) and actually use it!

docs/lab-6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ Continue also provides the ability to automatically add comments to code. Try it
111111

112112
## Conclusion
113113

114-
This lab was all about using our local, open-source AI co-pilot to write complex code in Python. By combining Continue and Granite-Code we were able to generate code, the model to explain functions, write tests, and add comments to our code.
114+
This lab was all about using our local, open-source AI co-pilot to write complex code in Python. By combining Continue and Granite-Code, we were able to generate code, explain functions, write tests, and add comments to our code!

docs/pre-work/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ pip install open-webui
9696
open-webui serve
9797
```
9898

99-
Now that you have all of the tools you need, let's start building our local AI co-pilot.
99+
## Conclusion
100100

101-
**Head over to [Lab 1](/docs/lab-1/README.md) if you have AnythingLLM or [Lab 1.5](/docs/lab-1.5/README.md) for Open-WebUI.**
101+
Now that you have all of the tools you need, head over to [Lab 1](https://ibm.github.io/opensource-ai-workshop/lab-1/) if you have AnythingLLM or [Lab 1.5](https://ibm.github.io/opensource-ai-workshop/lab-1.5/) for Open-WebUI.

0 commit comments

Comments
 (0)