Skip to content

Commit 41b0556

Browse files
committed
Update README.md
1 parent dd2f265 commit 41b0556

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Click on a link below to try CodeFlare, on a sandbox environment, without having
108108

109109
CodeFlare Pipelines reimagined pipelines to provide a more intuitive API for the data scientist to create AI/ML pipelines, data workflows, pre-processing, post-processing tasks, and many more which can scale from a laptop to a cluster seamlessly.
110110

111-
The API documentation can be found [here](https://codeflare.readthedocs.io/en/latest/codeflare.pipelines.html), and reference examples [here](https://codeflare.readthedocs.io/en/latest).
111+
The API documentation can be found [here](https://codeflare.readthedocs.io/en/latest/codeflare.pipelines.html), and reference use case documentation [here](https://codeflare.readthedocs.io/en/latest).
112112

113-
Examples are provided as execuatble notebooks here: [noteboks](./notebooks).
113+
Examples are provided as execuatble notebooks: [notebooks](./notebooks).
114114

115115
Examples can be run with locally with:
116116
```shell
@@ -119,7 +119,7 @@ jupyter-lab notebooks/<example_notebook>
119119

120120
If running with the container image, examples are found in `codeflare/notebooks`, which can be executed directly from Jupyter environment.
121121

122-
As a first example, we recommend the `sample_pipeline.ipynb` notebook.
122+
As a first example, we recommend the [sample pipeline](https://github.com/project-codeflare/codeflare/blob/main/notebooks/sample_pipeline.ipynb).
123123

124124
The pipeline will use `ray.init()` to start a local Ray cluster. See [configuring Ray](https://docs.ray.io/en/master/configure.html) to ensure you are able to run a Ray cluster locally.
125125

0 commit comments

Comments
 (0)