Skip to content

Commit 5c61ec1

Browse files
docs: replace bare README links with markdown links
1 parent 8f6cde6 commit 5c61ec1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ output = obb.equity.price.historical("AAPL")
3333
df = output.to_dataframe()
3434
```
3535

36-
Data integrations available can be found here: <https://docs.openbb.co/python/reference>
36+
Data integrations available can be found in the [OpenBB Python Reference](https://docs.openbb.co/python/reference).
3737

3838
---
3939

4040
## OpenBB Workspace
4141

4242
While the Open Data Platform provides the open-source data integration foundation, **OpenBB Workspace** offers the enterprise UI for analysts to visualize datasets and leverage AI agents. The platform's "connect once, consume everywhere" architecture enables seamless integration between the two.
4343

44-
You can find OpenBB Workspace at <https://pro.openbb.co>.
44+
You can find OpenBB Workspace at [pro.openbb.co](https://pro.openbb.co).
4545
<a href="https://pro.openbb.co">
4646
<div align="center">
4747
<img src="https://openbb-cms.directus.app/assets/f69b6aaf-0821-4bc8-a43c-715e03a924ef.png" alt="Logo" width="1000">
@@ -76,7 +76,7 @@ openbb-api
7676

7777
This will launch a FastAPI server, via Uvicorn, at `127.0.0.1:6900`.
7878

79-
You can check that it works by going to <http://127.0.0.1:6900>.
79+
You can check that it works by going to [`http://127.0.0.1:6900`](http://127.0.0.1:6900).
8080

8181
#### Integrate the ODP Backend to OpenBB Workspace
8282

@@ -88,7 +88,7 @@ Sign-in to the [OpenBB Workspace](https://pro.openbb.co/), and follow the follow
8888
2. Click on "Connect backend"
8989
3. Fill in the form with:
9090
Name: Open Data Platform
91-
URL: <http://127.0.0.1:6900>
91+
URL: [`http://127.0.0.1:6900`](http://127.0.0.1:6900)
9292
4. Click on "Test". You should get a "Test successful" with the number of apps found.
9393
5. Click on "Add".
9494

0 commit comments

Comments
 (0)