From a7f81519088b2baff1b3367851713a752847aba4 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 20 Nov 2024 09:56:20 -0500 Subject: [PATCH] Remove apache github link, add link to repo (#32) --- _config.yml | 1 - about.markdown | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index a86ee0a..7fea9e2 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,6 @@ baseurl: "/blog" # the subpath of your site, e.g. /blog url: "https://datafusion.apache.org" # the base hostname & protocol for your site, e.g. http://example.com logo: img/2x_bgwhite_original.png twitter_username: ApacheDataFusio -github_username: apache markdown: kramdown permalink: /:year/:month/:day/:title/ timezone: UTC diff --git a/about.markdown b/about.markdown index 40e4390..2b55aaa 100644 --- a/about.markdown +++ b/about.markdown @@ -7,4 +7,7 @@ permalink: /about/ [Apache DataFusion] is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format. -[Apache DataFusion]: https://datafusion.apache.org/ \ No newline at end of file +To update this site, please propose a change to the [source code]. + +[Apache DataFusion]: https://datafusion.apache.org/ +[source code]: https://github.com/apache/datafusion-site