Skip to content

Commit f24f2cb

Browse files
authored
Minor: Fix project website links (#12419)
1 parent 6aae2ee commit f24f2cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@
3333
[discord-badge]: https://img.shields.io/discord/885562378132000778.svg?logo=discord&style=flat-square
3434
[discord-url]: https://discord.com/invite/Qw5gKqHxUM
3535

36-
[Website](https://github.com/apache/datafusion) |
37-
[Guides](https://github.com/apache/datafusion/tree/main/docs) |
36+
[Website](https://datafusion.apache.org/) |
3837
[API Docs](https://docs.rs/datafusion/latest/datafusion/) |
3938
[Chat](https://discord.com/channels/885562378132000778/885562378132000781)
4039

41-
<img src="./docs/source/_static/images/2x_bgwhite_original.png" width="512" alt="logo"/>
40+
<a href="https://datafusion.apache.org/">
41+
<img src="./docs/source/_static/images/2x_bgwhite_original.png" width="512" alt="logo"/>
42+
</a>
4243

4344
Apache DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in
4445
[Rust](http://rustlang.org), using the [Apache Arrow](https://arrow.apache.org)

0 commit comments

Comments
 (0)