Skip to content

Commit 810cc81

Browse files
doc: fix clickable links docs
Fix clickable links docs
2 parents a6fa133 + a69cda5 commit 810cc81

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/docs/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ docker-compose --profile development up
176176
docker-compose --profile production up
177177
```
178178

179+
---
180+
179181
## Running the Application
180182

181183
After building using any of the methods above, run the container with:

docs/docs/FAQ.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Check out our [Contribution Guide](CONTRIBUTING.md) for more details on how to g
2323

2424
---
2525

26-
2726
## What are the future plans for bolt.diy?
2827

2928
Visit our [Roadmap](https://roadmap.sh/r/ottodev-roadmap-2ovzo) for the latest updates.

docs/docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bolt.diy allows you to choose the LLM that you use for each prompt! Currently, y
55

66
## Join the community!
77

8-
https://thinktank.ottomator.ai
8+
[Join the community!](https://thinktank.ottomator.ai)
99

1010
---
1111

@@ -38,9 +38,9 @@ For developers interested in building their own AI-powered development tools wit
3838

3939
Many of you are new users to installing software from Github. If you have any installation troubles reach out and submit an "issue" using the links above, or feel free to enhance this documentation by forking, editing the instructions, and doing a pull request.
4040

41-
1. Install Git from https://git-scm.com/downloads
41+
1. [Install Git from](https://git-scm.com/downloads)
4242

43-
2. Install Node.js from https://nodejs.org/en/download/
43+
2. [Install Node.js from](https://nodejs.org/en/download/)
4444

4545
Pay attention to the installer notes after completion.
4646

@@ -70,11 +70,11 @@ defaults write com.apple.finder AppleShowAllFiles YES
7070

7171
**NOTE**: you only have to set the ones you want to use and Ollama doesn't need an API key because it runs locally on your computer:
7272

73-
Get your GROQ API Key here: https://console.groq.com/keys
73+
[Get your GROQ API Key here](https://console.groq.com/keys)
7474

75-
Get your Open AI API Key by following these instructions: https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
75+
[Get your Open AI API Key by following these instructions](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)
7676

77-
Get your Anthropic API Key in your account settings: https://console.anthropic.com/settings/keys
77+
Get your Anthropic API Key in your [account settings](https://console.anthropic.com/settings/keys)
7878

7979
```
8080
GROQ_API_KEY=XXX

0 commit comments

Comments
 (0)