Skip to content

Commit 4a5bbe2

Browse files
committed
homepage url capitalized
1 parent db02cdb commit 4a5bbe2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: optpricing
22
site_author: Diljit Singh
33
site_description: "A Python library for quantitative finance and option pricing."
4-
site_url: https://diljit22.github.io/quantfin/
4+
site_url: https://diljit22.github.io/quantFin/
55

66
repo_url: https://github.com/diljit22/quantfin
77
repo_name: diljit22/quantfin

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dev = [
5353
]
5454

5555
[project.urls]
56-
"Homepage" = "https://diljit22.github.io/quantfin/"
56+
"Homepage" = "https://diljit22.github.io/quantFin/"
5757

5858
[project.scripts]
5959
optpricing = "optpricing.cli.main:app"

0 commit comments

Comments
 (0)