Skip to content

Commit 6ce9b5c

Browse files
committed
Fixing urls after tranfer
1 parent 6a5a445 commit 6ce9b5c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ authors:
99
- family-names: Berselli
1010
given-names: Gregorio
1111
orcid: 'https://orcid.org/0009-0004-7797-9138'
12-
repository-code: 'https://github.com/physycom/DynamicalSystemFramework'
13-
url: 'https://physycom.github.io/DynamicalSystemFramework/'
12+
repository-code: 'https://github.com/Grufoony/DynamicalSystemFramework'
13+
url: 'https://Grufoony.github.io/DynamicalSystemFramework/'
1414
license: CC-BY-NC-SA-4.0
1515
version: 5.4.0
1616
date-released: '2026-04-20'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DynamicalSystemFramework
2-
[![Latest Release](https://img.shields.io/github/v/release/physycom/DynamicalSystemFramework)](https://github.com/physycom/DynamicalSystemFramework/releases/latest)
2+
[![Latest Release](https://img.shields.io/github/v/release/Grufoony/DynamicalSystemFramework)](https://github.com/Grufoony/DynamicalSystemFramework/releases/latest)
33
[![PyPI version](https://img.shields.io/pypi/v/dsf-mobility)](https://pypi.org/project/dsf-mobility/)
44
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18745492.svg)](https://doi.org/10.5281/zenodo.18745492)
55

@@ -9,7 +9,7 @@
99
[![CSV](https://img.shields.io/badge/csv_parser-3.2.0-blue.svg)](https://github.com/vincentlaucsb/csv-parser)
1010
[![JSON](https://img.shields.io/badge/simdjson-4.6.1-blue.svg)](https://github.com/simdjson/simdjson)
1111
[![SQLite](https://img.shields.io/badge/SQLiteCpp-3.3.3-blue.svg)](https://github.com/SRombauts/SQLiteCpp)
12-
[![codecov](https://codecov.io/gh/physycom/DynamicalSystemFramework/graph/badge.svg?token=JV53J6IUJ3)](https://codecov.io/gh/physycom/DynamicalSystemFramework)
12+
[![codecov](https://codecov.io/gh/Grufoony/DynamicalSystemFramework/graph/badge.svg?token=JV53J6IUJ3)](https://codecov.io/gh/Grufoony/DynamicalSystemFramework)
1313

1414
The aim of this project is to rework the original [Traffic Flow Dynamics Model](https://github.com/Grufoony/TrafficFlowDynamicsModel).
1515
This rework consists of a full code rewriting, in order to implement more features (like *intersections*) and get advantage from the latest C++ updates.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ dependencies = [
4848
dynamic = ["version"]
4949

5050
[project.urls]
51-
Homepage = "https://github.com/physycom/DynamicalSystemFramework"
52-
Documentation = "https://physycom.github.io/DynamicalSystemFramework/"
53-
Repository = "https://github.com/physycom/DynamicalSystemFramework"
54-
Issues = "https://github.com/physycom/DynamicalSystemFramework/issues"
51+
Homepage = "https://github.com/Grufoony/DynamicalSystemFramework"
52+
Documentation = "https://Grufoony.github.io/DynamicalSystemFramework/"
53+
Repository = "https://github.com/Grufoony/DynamicalSystemFramework"
54+
Issues = "https://github.com/Grufoony/DynamicalSystemFramework/issues"
5555

5656
[tool.setuptools]
5757
include-package-data = true

0 commit comments

Comments
 (0)