Skip to content

Commit be0bb23

Browse files
committed
update urls
1 parent a45766b commit be0bb23

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Mathesis
22

3-
[![CI](https://github.com/ozekik/mathesis/actions/workflows/ci.yml/badge.svg)](https://github.com/ozekik/mathesis/actions/workflows/ci.yml)
3+
[![CI](https://github.com/digitalformallogic/mathesis/actions/workflows/ci.yml/badge.svg)](https://github.com/digitalformallogic/mathesis/actions/workflows/ci.yml)
44
[![PyPI](https://img.shields.io/pypi/v/mathesis.svg)](https://pypi.org/project/mathesis/)
5-
[![Documentation Status](https://img.shields.io/github/actions/workflow/status/ozekik/mathesis/pages/pages-build-deployment?branch=gh-pages&label=docs)](https://ozekik.github.io/mathesis/)
5+
[![Documentation Status](https://img.shields.io/github/actions/workflow/status/digitalformallogic/mathesis/pages/pages-build-deployment?branch=gh-pages&label=docs)](https://digitalformallogic.github.io/mathesis/)
66
[![PyPI downloads](https://img.shields.io/pypi/dm/mathesis.svg)](https://pypistats.org/packages/mathesis)
77

8-
[Mathesis](//github.com/ozekik/mathesis) is a human-friendly Python library for computational formal logic (including mathematical, symbolic, philosophical logic), formal semantics, and theorem proving.
8+
[Mathesis](//github.com/digitalformallogic/mathesis) is a human-friendly Python library for computational formal logic (including mathematical, symbolic, philosophical logic), formal semantics, and theorem proving.
99
It is particularly well-suited for:
1010

1111
- Students learning logic and educators teaching it
1212
- Researchers in fields like logic, philosophy, linguistics, computer science, and many others
1313

14-
**Documentation:** <https://ozekik.github.io/mathesis/>
14+
**Documentation:** <https://digitalformallogic.github.io/mathesis/>
1515

1616
## Installation
1717

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributing
22

33
Contributions are welcome.
4-
Open an issue or submit a pull request on GitHub <a href="//www.github.com/ozekik/mathesis" target="_blank">ozekik/mathesis</a>.
4+
Open an issue or submit a pull request on GitHub <a href="//www.github.com/digitalformallogic/mathesis" target="_blank">digitalformallogic/mathesis</a>.

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ title: "Mathesis: Formal Logic Library in Python"
55
# Mathesis: Formal Logic Library in Python
66

77
[![PyPI](https://img.shields.io/pypi/v/mathesis.svg)](https://pypi.org/project/mathesis/)
8-
[![Documentation Status](https://img.shields.io/github/actions/workflow/status/ozekik/mathesis/pages/pages-build-deployment?branch=gh-pages&label=docs)](https://ozekik.github.io/mathesis/)
8+
[![Documentation Status](https://img.shields.io/github/actions/workflow/status/digitalformallogic/mathesis/pages/pages-build-deployment?branch=gh-pages&label=docs)](https://digitalformallogic.github.io/mathesis/)
99
[![PyPI downloads](https://img.shields.io/pypi/dm/mathesis.svg)](https://pypistats.org/packages/mathesis)
1010

11-
[Mathesis](//github.com/ozekik/mathesis) is a human-friendly Python library for computational formal logic (including mathematical, symbolic, philosophical logic), formal semantics, and theorem proving.
11+
[Mathesis](//github.com/digitalformallogic/mathesis) is a human-friendly Python library for computational formal logic (including mathematical, symbolic, philosophical logic), formal semantics, and theorem proving.
1212
It is particularly well-suited for:
1313

1414
- Students learning logic and educators teaching it
1515
- Researchers in fields like logic, philosophy, linguistics, computer science, and many others
1616

17-
**Documentation:** <https://ozekik.github.io/mathesis/>
17+
**Documentation:** <https://digitalformallogic.github.io/mathesis/>
1818

1919
## Installation
2020

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: "Mathesis"
22
site_description: Python library for formal logic (mathematical logic, philosophical logic), formal semantics, and theorem proving
33
# strict: true
4-
site_url: https://ozekik.github.io/mathesis/
4+
site_url: https://digitalformallogic.github.io/mathesis/
55

66
theme:
77
name: "material"
@@ -37,8 +37,8 @@ theme:
3737
repo: fontawesome/brands/github
3838
# favicon: "favicon.png"
3939

40-
repo_name: ozekik/mathesis
41-
repo_url: https://github.com/ozekik/mathesis
40+
repo_name: digitalformallogic/mathesis
41+
repo_url: https://github.com/digitalformallogic/mathesis
4242
edit_uri: edit/master/docs/
4343
# extra:
4444
# version:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "MIT"
1010
keywords = ['logic', 'semantics', 'proof', 'philosophy']
1111

1212
[project.urls]
13-
homepage = "https://ozekik.github.io/mathesis/"
14-
repository = "https://github.com/ozekik/mathesis"
13+
homepage = "https://digitalformallogic.github.io/mathesis/"
14+
repository = "https://github.com/digitalformallogic/mathesis"
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.9"

0 commit comments

Comments
 (0)