From 0e4ebdb0de2e1fa4de632d4196db8f9eec02438f Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 18 Nov 2024 09:33:43 -0500 Subject: [PATCH] Remove apache github link, add link to repo --- _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