summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Sousa <montezdesousa@gmail.com>2024-06-04 18:16:52 +0100
committerDiogo Sousa <montezdesousa@gmail.com>2024-06-04 18:16:52 +0100
commit9fa37ac0093ee2bcaf928ef1a9c1d562d1529ec2 (patch)
treeb7bafc39260c6a680134d530e4714b28225564b9
parent2b9ceb2be122540b2a1f1bcf9389889cfdefb490 (diff)
fix: update README.md
-rw-r--r--README.md2
-rw-r--r--openbb_platform/core/README.md4
-rw-r--r--openbb_platform/extensions/commodity/README.md2
-rw-r--r--openbb_platform/extensions/crypto/README.md2
-rw-r--r--openbb_platform/extensions/currency/README.md2
-rw-r--r--openbb_platform/extensions/econometrics/README.md2
-rw-r--r--openbb_platform/extensions/economy/README.md2
-rw-r--r--openbb_platform/extensions/equity/README.md2
-rw-r--r--openbb_platform/extensions/fixedincome/README.md2
-rw-r--r--openbb_platform/extensions/index/README.md2
-rw-r--r--openbb_platform/extensions/news/README.md2
-rw-r--r--openbb_platform/extensions/quantitative/README.md2
-rw-r--r--openbb_platform/extensions/regulators/README.md2
-rw-r--r--openbb_platform/extensions/technical/README.md2
-rw-r--r--openbb_platform/obbject_extensions/charting/README.md2
-rw-r--r--openbb_platform/providers/alpha_vantage/README.md2
-rw-r--r--openbb_platform/providers/benzinga/README.md2
-rw-r--r--openbb_platform/providers/biztoc/README.md2
-rw-r--r--openbb_platform/providers/cboe/README.md2
-rw-r--r--openbb_platform/providers/ecb/README.md2
-rw-r--r--openbb_platform/providers/econdb/README.md2
-rw-r--r--openbb_platform/providers/federal_reserve/README.md2
-rw-r--r--openbb_platform/providers/finra/README.md2
-rw-r--r--openbb_platform/providers/finviz/README.md2
-rw-r--r--openbb_platform/providers/fmp/README.md2
-rw-r--r--openbb_platform/providers/fred/README.md2
-rw-r--r--openbb_platform/providers/government_us/README.md2
-rw-r--r--openbb_platform/providers/intrinio/README.md2
-rw-r--r--openbb_platform/providers/nasdaq/README.md2
-rw-r--r--openbb_platform/providers/oecd/README.md2
-rw-r--r--openbb_platform/providers/polygon/README.md2
-rw-r--r--openbb_platform/providers/sec/README.md2
-rw-r--r--openbb_platform/providers/seeking_alpha/README.md2
-rw-r--r--openbb_platform/providers/stockgrid/README.md2
-rw-r--r--openbb_platform/providers/tiingo/README.md2
-rw-r--r--openbb_platform/providers/tmx/README.md2
-rw-r--r--openbb_platform/providers/tradier/README.md2
-rw-r--r--openbb_platform/providers/tradingeconomics/README.md2
-rw-r--r--openbb_platform/providers/wsj/README.md2
-rw-r--r--openbb_platform/providers/yfinance/README.md2
40 files changed, 41 insertions, 41 deletions
diff --git a/README.md b/README.md
index bba11f8a168..580cbd70a32 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ There are three main ways of contributing to this project. (Hopefully you have s
### Become a Contributor
-* More information on our [Contributing Documentation](https://docs.openbb.co/platform/development/contributing).
+* More information on our [Contributing Documentation](https://docs.openbb.co/platform/developer_guide/contributing).
### Create a GitHub ticket
diff --git a/openbb_platform/core/README.md b/openbb_platform/core/README.md
index ac5a188c4a9..f67eeeba458 100644
--- a/openbb_platform/core/README.md
+++ b/openbb_platform/core/README.md
@@ -42,7 +42,7 @@ We welcome contributions! If you're looking to contribute, please:
- Ensure your code does not negatively impact performance.
- Test your contributions thoroughly.
-Please refer to our [Contributing Guidelines](https://docs.openbb.co/platform/development).
+Please refer to our [Contributing Guidelines](https://docs.openbb.co/platform/developer_guide/contributing).
### Collaboration
@@ -50,7 +50,7 @@ Engage with the development team and the community. Be open to feedback and coll
### Support
-For support, questions, or more information, please visit [OpenBB Platform Documentation](https://docs.openbb.co/platform/development).
+For support, questions, or more information, please visit [OpenBB Platform Documentation](https://docs.openbb.co/platform).
### License
diff --git a/openbb_platform/extensions/commodity/README.md b/openbb_platform/extensions/commodity/README.md
index fdf33c9f21e..2d99987313e 100644
--- a/openbb_platform/extensions/commodity/README.md
+++ b/openbb_platform/extensions/commodity/README.md
@@ -10,4 +10,4 @@ To install the extension, run the following command in this folder:
pip install openbb-commodity
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/crypto/README.md b/openbb_platform/extensions/crypto/README.md
index f97cbf60206..6625076b5e1 100644
--- a/openbb_platform/extensions/crypto/README.md
+++ b/openbb_platform/extensions/crypto/README.md
@@ -10,4 +10,4 @@ To install the extension, run the following command in this folder:
pip install openbb-crypto
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/currency/README.md b/openbb_platform/extensions/currency/README.md
index ade65f4900b..4a9ea0b235d 100644
--- a/openbb_platform/extensions/currency/README.md
+++ b/openbb_platform/extensions/currency/README.md
@@ -10,4 +10,4 @@ To install the extension, run the following command in this folder:
pip install openbb-currency
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/econometrics/README.md b/openbb_platform/extensions/econometrics/README.md
index d7662d8daa3..85e451a12e9 100644
--- a/openbb_platform/extensions/econometrics/README.md
+++ b/openbb_platform/extensions/econometrics/README.md
@@ -10,4 +10,4 @@ To install the extension, run the following command in this folder:
pip install openbb-econometrics
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/economy/README.md b/openbb_platform/extensions/economy/README.md
index fce25627807..c0a8cb7a8ae 100644
--- a/openbb_platform/extensions/economy/README.md
+++ b/openbb_platform/extensions/economy/README.md
@@ -10,4 +10,4 @@ To install the extension, run the following command in this folder:
pip install openbb-economy
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/equity/README.md b/openbb_platform/extensions/equity/README.md
index 34162c5c74b..615df4128d5 100644
--- a/openbb_platform/extensions/equity/README.md
+++ b/openbb_platform/extensions/equity/README.md
@@ -25,4 +25,4 @@ To install the extension, run the following command in this folder:
pip install openbb-equity
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/fixedincome/README.md b/openbb_platform/extensions/fixedincome/README.md
index 4cd96091437..d212040506d 100644
--- a/openbb_platform/extensions/fixedincome/README.md
+++ b/openbb_platform/extensions/fixedincome/README.md
@@ -12,4 +12,4 @@ To install the extension, run the following command in this folder:
pip install openbb-fixedincome
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/index/README.md b/openbb_platform/extensions/index/README.md
index f802312ec4b..2fe9dc021a9 100644
--- a/openbb_platform/extensions/index/README.md
+++ b/openbb_platform/extensions/index/README.md
@@ -10,4 +10,4 @@ To install the extension, run the following command in this folder:
pip install openbb-index
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/news/README.md b/openbb_platform/extensions/news/README.md
index 00540e72f91..04aa2fc6460 100644
--- a/openbb_platform/extensions/news/README.md
+++ b/openbb_platform/extensions/news/README.md
@@ -10,4 +10,4 @@ To install the extension, run the following command in this folder:
pip install openbb-news
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/quantitative/README.md b/openbb_platform/extensions/quantitative/README.md
index d4f2d40b17d..6ccff09995c 100644
--- a/openbb_platform/extensions/quantitative/README.md
+++ b/openbb_platform/extensions/quantitative/README.md
@@ -14,4 +14,4 @@ To install the extension, run the following command in this folder:
pip install openbb-quantitative
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/regulators/README.md b/openbb_platform/extensions/regulators/README.md
index 34fe2c0693e..08c723016fe 100644
--- a/openbb_platform/extensions/regulators/README.md
+++ b/openbb_platform/extensions/regulators/README.md
@@ -10,4 +10,4 @@ To install the extension, run the following command in this folder:
pip install openbb-regulators
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/extensions/technical/README.md b/openbb_platform/extensions/technical/README.md
index 12f4e3b3a7d..acc5acc3a11 100644
--- a/openbb_platform/extensions/technical/README.md
+++ b/openbb_platform/extensions/technical/README.md
@@ -14,4 +14,4 @@ To install the extension, run the following command in this folder:
pip install openbb-technical
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/obbject_extensions/charting/README.md b/openbb_platform/obbject_extensions/charting/README.md
index 039001608c0..e17361c5edc 100644
--- a/openbb_platform/obbject_extensions/charting/README.md
+++ b/openbb_platform/obbject_extensions/charting/README.md
@@ -9,7 +9,7 @@ The library includes:
- prebuilt charts for a set of commands that are built-in OpenBB extensions
>[!NOTE]
-> The charting library is an [`OBBject` extension](https://docs.openbb.co/platform/development/developer-guidelines/obbject_extensions) which means you'll have the functionality it exposes on every command result.
+> The charting library is an [`OBBject` extension](https://docs.openbb.co/platform/developer_guide/contributing) which means you'll have the functionality it exposes on every command result.
## Installation
diff --git a/openbb_platform/providers/alpha_vantage/README.md b/openbb_platform/providers/alpha_vantage/README.md
index 90ea1284c40..e63f494d3cb 100644
--- a/openbb_platform/providers/alpha_vantage/README.md
+++ b/openbb_platform/providers/alpha_vantage/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-alpha-vantage
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/benzinga/README.md b/openbb_platform/providers/benzinga/README.md
index 657e93b7aa3..a4d1f03e28e 100644
--- a/openbb_platform/providers/benzinga/README.md
+++ b/openbb_platform/providers/benzinga/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-benzinga
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/biztoc/README.md b/openbb_platform/providers/biztoc/README.md
index 360bb58efc8..37fb8cff60d 100644
--- a/openbb_platform/providers/biztoc/README.md
+++ b/openbb_platform/providers/biztoc/README.md
@@ -11,4 +11,4 @@ To install the extension, run the following command in this folder:
pip install openbb-biztoc
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/cboe/README.md b/openbb_platform/providers/cboe/README.md
index 98792df63d5..6bcdbc527b2 100644
--- a/openbb_platform/providers/cboe/README.md
+++ b/openbb_platform/providers/cboe/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-cboe
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/ecb/README.md b/openbb_platform/providers/ecb/README.md
index bbed0611d6d..fae925d8212 100644
--- a/openbb_platform/providers/ecb/README.md
+++ b/openbb_platform/providers/ecb/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-ecb
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/econdb/README.md b/openbb_platform/providers/econdb/README.md
index e9ca0b27676..59a5d50f578 100644
--- a/openbb_platform/providers/econdb/README.md
+++ b/openbb_platform/providers/econdb/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-econdb
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/federal_reserve/README.md b/openbb_platform/providers/federal_reserve/README.md
index 3eb6524e234..ae87a12fd88 100644
--- a/openbb_platform/providers/federal_reserve/README.md
+++ b/openbb_platform/providers/federal_reserve/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-federal-reserve
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/finra/README.md b/openbb_platform/providers/finra/README.md
index cc293b0fd4d..776ef022c36 100644
--- a/openbb_platform/providers/finra/README.md
+++ b/openbb_platform/providers/finra/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-finra
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/finviz/README.md b/openbb_platform/providers/finviz/README.md
index 24a06a78a0a..6aecc472a45 100644
--- a/openbb_platform/providers/finviz/README.md
+++ b/openbb_platform/providers/finviz/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-finviz
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/fmp/README.md b/openbb_platform/providers/fmp/README.md
index 48db69b37a6..acae307ac09 100644
--- a/openbb_platform/providers/fmp/README.md
+++ b/openbb_platform/providers/fmp/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-fmp
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/fred/README.md b/openbb_platform/providers/fred/README.md
index 01a3e62954c..4666d034c78 100644
--- a/openbb_platform/providers/fred/README.md
+++ b/openbb_platform/providers/fred/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-fred
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/government_us/README.md b/openbb_platform/providers/government_us/README.md
index bd62d319726..1fecd39fd8c 100644
--- a/openbb_platform/providers/government_us/README.md
+++ b/openbb_platform/providers/government_us/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-us-government
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/intrinio/README.md b/openbb_platform/providers/intrinio/README.md
index e87835d2fa6..ad20ec6eb9d 100644
--- a/openbb_platform/providers/intrinio/README.md
+++ b/openbb_platform/providers/intrinio/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-intrinio
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/nasdaq/README.md b/openbb_platform/providers/nasdaq/README.md
index 5cea75ba33a..bfeb10ef038 100644
--- a/openbb_platform/providers/nasdaq/README.md
+++ b/openbb_platform/providers/nasdaq/README.md
@@ -10,4 +10,4 @@ To install the extension:
pip install openbb-nasdaq
```
-Documentation available [here](https://docs.openbb.co/platform/development/contributing).
+Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).
diff --git a/openbb_platform/providers/oecd/README.md b/openbb_platform/providers/oecd/README.md
index 26d0de1f8eb..bd1fb9e1716 100644
--- a/openbb_platform/providers/oecd/README.md
+++ b/