Skip to content

Commit 47357db

Browse files
committed
solve problem link in readme
1 parent e6af778 commit 47357db

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ library(simts)
1515
```
1616

1717
[![R-CMD-check](https://github.com/SMAC-Group/simts/workflows/R-CMD-check/badge.svg)](https://github.com/SMAC-Group/simts/actions)
18-
[![Licence](https://img.shields.io/badge/licence-AGPL--3.0-blue.svg)](https://opensource.org/licenses/AGPL-3.0)
18+
[![Licence](https://img.shields.io/badge/licence-AGPL--3.0-blue.svg)](https://opensource.org/license/agpl-v3)
1919
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.4.0-6666ff.svg)](https://cran.r-project.org/)
2020
[![CRAN](http://www.r-pkg.org/badges/version/simts)](https://cran.r-project.org/package=simts)
2121
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/simts)](https://www.r-pkg.org/pkg/simts)
@@ -64,7 +64,7 @@ devtools::install_github("SMAC-Group/simts", build_vignettes = TRUE)
6464
*The setup to obtain the development version of `simts` is platform dependent.*
6565

6666
## License
67-
The license this source code is released under is the GNU AFFERO GENERAL PUBLIC LICENSE (AGPL) v3.0. Please see the LICENSE file for full text. Otherwise, please consult [TLDR Legal](https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)) or [GNU](https://www.gnu.org/licenses/agpl-3.0.en.html) which will provide a synopsis of the restrictions placed upon the code.
67+
The license this source code is released under is the GNU AFFERO GENERAL PUBLIC LICENSE (AGPL) v3.0. Please see the LICENSE file for full text. Otherwise, please see [here](https://opensource.org/license/agpl-v3) which will provide a synopsis of the restrictions placed upon the code.
6868

6969
<!-- ### Requirements and Dependencies -->
7070

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

44
[![R-CMD-check](https://github.com/SMAC-Group/simts/workflows/R-CMD-check/badge.svg)](https://github.com/SMAC-Group/simts/actions)
5-
[![Licence](https://img.shields.io/badge/licence-AGPL--3.0-blue.svg)](https://opensource.org/licenses/AGPL-3.0)
5+
[![Licence](https://img.shields.io/badge/licence-AGPL--3.0-blue.svg)](https://opensource.org/license/agpl-v3)
66
[![minimal R
77
version](https://img.shields.io/badge/R%3E%3D-3.4.0-6666ff.svg)](https://cran.r-project.org/)
88
[![CRAN](http://www.r-pkg.org/badges/version/simts)](https://cran.r-project.org/package=simts)
99
[![CRAN RStudio mirror
1010
downloads](http://cranlogs.r-pkg.org/badges/simts)](https://www.r-pkg.org/pkg/simts)
1111
[![CRAN RStudio mirror
1212
downloads](https://cranlogs.r-pkg.org/badges/grand-total/simts)](https://www.r-pkg.org/pkg/simts)
13-
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--10--07-green.svg)](https://github.com/SMAC-Group/simts)
13+
![](https://img.shields.io/github/last-commit/SMAC-Group/simts)
1414

1515
# `simts` Overview <a href="https://smac-group.com/"><img src="man/figures/logo.png" align="right" style="width: 20%; height: 20%"/></a>
1616

@@ -75,10 +75,8 @@ dependent.*
7575

7676
The license this source code is released under is the GNU AFFERO GENERAL
7777
PUBLIC LICENSE (AGPL) v3.0. Please see the LICENSE file for full text.
78-
Otherwise, please consult [TLDR
79-
Legal](https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0))
80-
or [GNU](https://www.gnu.org/licenses/agpl-3.0.en.html) which will
81-
provide a synopsis of the restrictions placed upon the code.
78+
Otherwise, please see [here](https://opensource.org/license/agpl-v3)
79+
which will provide a synopsis of the restrictions placed upon the code.
8280

8381
<!-- ### Requirements and Dependencies -->
8482

0 commit comments

Comments
 (0)