Skip to content

Commit 7188fc9

Browse files
kramaranyantkathole
authored andcommitted
fix(docs): Use absolute image URLs in README
Signed-off-by: kramaranya <[email protected]>
1 parent 4436673 commit 7188fc9

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
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<a href="https://feast.dev/">
5-
<img src="docs/assets/feast_logo.png" width="550">
5+
<img src="https://raw.githubusercontent.com/feast-dev/feast/master/docs/assets/feast_logo.png" width="550">
66
</a>
77
</p>
88
<br />
@@ -38,7 +38,7 @@ Feast allows ML platform teams to:
3838
Please see our [documentation](https://docs.feast.dev/) for more information about the project.
3939

4040
## 📐 Architecture
41-
![](docs/assets/feast_marchitecture.png)
41+
![](https://raw.githubusercontent.com/feast-dev/feast/master/docs/assets/feast_marchitecture.png)
4242

4343
The above architecture is the minimal Feast deployment. Want to run the full Feast on Snowflake/GCP/AWS? Click [here](https://docs.feast.dev/how-to-guides/feast-snowflake-gcp-aws).
4444

@@ -62,7 +62,7 @@ feast apply
6262

6363
### 4. Explore your data in the web UI (experimental)
6464

65-
![Web UI](ui/sample.png)
65+
![Web UI](https://raw.githubusercontent.com/feast-dev/feast/master/ui/sample.png)
6666
```commandline
6767
feast ui
6868
```

0 commit comments

Comments
 (0)