diff --git a/README.gemini b/README.gmi similarity index 100% rename from README.gemini rename to README.gmi diff --git a/src/common/mod.rs b/src/common/mod.rs index 57e55ca..1ab5d9b 100644 --- a/src/common/mod.rs +++ b/src/common/mod.rs @@ -12,7 +12,7 @@ pub static DOWNLOAD_PATH: Lazy = Lazy::new(|| { download_path }); -pub static ABOUT_PAGE: &str = std::include_str!("../../README.gemini"); +pub static ABOUT_PAGE: &str = std::include_str!("../../README.gmi"); pub static DATA_DIR_PATH: Lazy = Lazy::new(|| glib::user_data_dir().join("geopard"));