Skip to content

Commit 0fb2db0

Browse files
authored
Update links in readme
1 parent 12e1960 commit 0fb2db0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
<br>
44

5-
[install](https://docs.cortex.dev/install)<!-- CORTEX_VERSION_MINOR_STABLE e.g. https://docs.cortex.dev/v/0.2/ -->[docs](https://docs.cortex.dev)[examples](examples)[we're hiring](https://angel.co/cortex-labs-inc/jobs)[email us](mailto:[email protected])[chat with us](https://gitter.im/cortexlabs/cortex)
5+
<!-- CORTEX_VERSION_MINOR_STABLE x2 -->
6+
[install](https://docs.cortex.dev/v/master/install)[docs](https://docs.cortex.dev/v/master)[examples](examples)[we're hiring](https://angel.co/cortex-labs-inc/jobs)[email us](mailto:[email protected])[chat with us](https://gitter.im/cortexlabs/cortex)
67

78
<br>
89

@@ -85,7 +86,8 @@ $ export CORTEX_NODES_MAX="3"
8586
$ ./cortex.sh install
8687
```
8788
88-
See [installation instructions](docs/cluster/install.md) for more details.
89+
<!-- CORTEX_VERSION_MINOR_STABLE -->
90+
See [installation instructions](https://docs.cortex.dev/v/master/cluster/install) for more details.
8991
9092
<br>
9193
@@ -109,8 +111,11 @@ See [installation instructions](docs/cluster/install.md) for more details.
109111
110112
## Examples
111113
112-
- [Text generation](examples/text-generator) with GPT-2
114+
<!-- CORTEX_VERSION_MINOR_STABLE -->
115+
- [Text generation](https://github.com/cortexlabs/cortex/tree/master/examples/text-generator) with GPT-2
113116
114-
- [Sentiment analysis](examples/sentiment-analysis) with BERT
117+
<!-- CORTEX_VERSION_MINOR_STABLE -->
118+
- [Sentiment analysis](https://github.com/cortexlabs/cortex/tree/master/examples/sentiment-analysis) with BERT
115119
116-
- [Image classification](examples/image-classifier) with Inception v3
120+
<!-- CORTEX_VERSION_MINOR_STABLE -->
121+
- [Image classification](https://github.com/cortexlabs/cortex/tree/master/examples/image-classifier) with Inception v3

0 commit comments

Comments
 (0)