Skip to content

Commit 221ff63

Browse files
authored
Link fix (#334)
Closes #333
1 parent 5a93e4b commit 221ff63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
# v1.3.3 (2022-07-11)
136136
- Fixed indexing bug in `tensor.mttkrp` (Issue #35, PR #36)
137137
- Updated LICENSE to compliant format (Issue #33 , PR #34)
138-
- Now using [coveralls.io](https://coveralls.io/github/sandialabs/pyttb?branch=main) for coverage reporting
138+
- Now using [coveralls.io](https://coveralls.io/github/sandialabs/pyttb) for coverage reporting
139139
- Now using [readthedocs.io](https://pyttb.readthedocs.io/en/latest/) for documentation
140140

141141
# v1.3.2 (2022-07-06)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
44
U.S. Government retains certain rights in this software.
55
```
66
[![Regression tests](https://github.com/sandialabs/pyttb/actions/workflows/regression-tests.yml/badge.svg)](https://github.com/sandialabs/pyttb/actions/workflows/regression-tests.yml)
7-
[![Coverage Status](https://coveralls.io/repos/github/sandialabs/pyttb/badge.svg?branch=main)](https://coveralls.io/github/sandialabs/pyttb?branch=main)
7+
[![Coverage Status](https://coveralls.io/repos/github/sandialabs/pyttb/badge.svg)](https://coveralls.io/github/sandialabs/pyttb)
88
[![pypi package](https://img.shields.io/pypi/v/pyttb?label=pypi%20package)](https://pypi.org/project/pyttb/)
99
[![image](https://img.shields.io/pypi/pyversions/pyttb.svg)](https://pypi.python.org/pypi/pyttb)
1010
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

0 commit comments

Comments
 (0)