diff --git a/README.md b/README.md
index bc22585e8b..b52efc7960 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
[![CI](https://github.com/GenXProject/GenX/actions/workflows/ci.yml/badge.svg)](https://github.com/GenXProject/GenX/actions/workflows/ci.yml)
-[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://genxproject.github.io/GenX/dev)
+[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://genxproject.github.io/GenX.jl/dev)
[![DOI](https://zenodo.org/badge/10814088.svg)](https://zenodo.org/badge/latestdoi/10814088)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
@@ -89,4 +89,4 @@ Key contributors include [Nestor A. Sepulveda](https://energy.mit.edu/profile/ne
## Acknowledgement
The GenX team expresses deep gratitude to [Maya Mutic](https://github.com/mmutic) for developing the tutorials along with Filippo Pecci and Luca Bonaldo.
-The Julia-themed GenX logo was designed by Laura Zwanziger and Jacob Schwartz.
\ No newline at end of file
+The Julia-themed GenX logo was designed by Laura Zwanziger and Jacob Schwartz.
diff --git a/docs/make.jl b/docs/make.jl
index 3caff9b3cf..dfd0340287 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -107,10 +107,10 @@ pages = OrderedDict(
makedocs(;
modules=[GenX],
authors="Jesse Jenkins, Nestor Sepulveda, Dharik Mallapragada, Aaron Schwartz, Neha Patankar, Qingyu Xu, Jack Morris, Sambuddha Chakrabarti",
- sitename="GenX",
+ sitename="GenX.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
- canonical="https://genxproject.github.io/GenX/stable",
+ canonical="https://genxproject.github.io/GenX.jl/stable",
assets = ["assets/genx_style.css"],
sidebar_sitename=false,
collapselevel=1
@@ -122,7 +122,7 @@ makedocs(;
# ===========================
deploydocs(;
- repo="github.com/GenXProject/GenX.git",
+ repo="github.com/GenXProject/GenX.jl.git",
target = "build",
branch = "gh-pages",
devbranch = "main",