Skip to content

Commit 5e3d93f

Browse files
committed
rename repository
updates all hyperlinks to the repository
1 parent 20c96ef commit 5e3d93f

File tree

23 files changed

+128
-128
lines changed

23 files changed

+128
-128
lines changed

.config/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ sort_commits = "oldest"
142142

143143
# [remote.github]
144144
# owner = "cpp-linter"
145-
# repo = "cpp_linter_rs"
145+
# repo = "cpp-linter-rs"

.github/workflows/run-dev-tests.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Install clang v7
8282
if: runner.os == 'Linux'
83-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
83+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
8484
with:
8585
version: '7'
8686

@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Install clang v8
9494
if: runner.os == 'Linux'
95-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
95+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
9696
with:
9797
version: '8'
9898

@@ -103,7 +103,7 @@ jobs:
103103
run: just test ci
104104

105105
- name: Install clang v9
106-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
106+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
107107
with:
108108
version: '9'
109109

@@ -113,7 +113,7 @@ jobs:
113113
run: just test ci
114114

115115
- name: Install clang v10
116-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
116+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
117117
with:
118118
version: '10'
119119

@@ -123,7 +123,7 @@ jobs:
123123
run: just test ci
124124

125125
- name: Install clang 11
126-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
126+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
127127
with:
128128
version: '11'
129129

@@ -133,7 +133,7 @@ jobs:
133133
run: just test ci
134134

135135
- name: Install clang 12
136-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
136+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
137137
with:
138138
version: '12'
139139

@@ -143,7 +143,7 @@ jobs:
143143
run: just test ci
144144

145145
- name: Install clang 13
146-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
146+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
147147
with:
148148
version: '13'
149149

@@ -153,7 +153,7 @@ jobs:
153153
run: just test ci
154154

155155
- name: Install clang 14
156-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
156+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
157157
with:
158158
version: '14'
159159

@@ -163,7 +163,7 @@ jobs:
163163
run: just test ci
164164

165165
- name: Install clang 15
166-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
166+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
167167
with:
168168
version: '15'
169169

@@ -173,7 +173,7 @@ jobs:
173173
run: just test ci
174174

175175
- name: Install clang 16
176-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
176+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
177177
with:
178178
version: '16'
179179

@@ -183,7 +183,7 @@ jobs:
183183
run: just test ci
184184

185185
- name: Install clang 17
186-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
186+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
187187
with:
188188
version: '17'
189189

@@ -193,7 +193,7 @@ jobs:
193193
run: just test ci
194194

195195
- name: Install clang 18
196-
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
196+
uses: cpp-linter/cpp-linter-rs/install-clang-action@main
197197
with:
198198
version: '18'
199199

CHANGELOG.md

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
"Peter Shen",
1212
]
1313
description = "Run clang-format and clang-tidy on a batch of files."
14-
homepage = "https://cpp-linter.github.io/cpp_linter_rs"
14+
homepage = "https://cpp-linter.github.io/cpp-linter-rs"
1515
license = "MIT"
1616

1717
[profile.release]

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- markdownlint-disable MD041 -->
22

3-
[file-annotations]: https://cpp-linter.github.io/cpp_linter_rs/cli#-a---file-annotations
4-
[thread-comments]: https://cpp-linter.github.io/cpp_linter_rs/cli#-g---thread-comments
5-
[step-summary]: https://cpp-linter.github.io/cpp_linter_rs/cli#-w---step-summary
6-
[tidy-review]: https://cpp-linter.github.io/cpp_linter_rs/cli#-d---tidy-review
7-
[format-review]: https://cpp-linter.github.io/cpp_linter_rs/cli#-m---format-review
3+
[file-annotations]: https://cpp-linter.github.io/cpp-linter-rs/cli#-a---file-annotations
4+
[thread-comments]: https://cpp-linter.github.io/cpp-linter-rs/cli#-g---thread-comments
5+
[step-summary]: https://cpp-linter.github.io/cpp-linter-rs/cli#-w---step-summary
6+
[tidy-review]: https://cpp-linter.github.io/cpp-linter-rs/cli#-d---tidy-review
7+
[format-review]: https://cpp-linter.github.io/cpp-linter-rs/cli#-m---format-review
88

99
[format-annotations-preview]: docs/src/images/annotations-clang-format.png
1010
[tidy-annotations-preview]: docs/src/images/annotations-clang-tidy.png
@@ -22,20 +22,20 @@
2222
[![Pre-commit-ci][pre-commit-badge]][pre-commit-ci]
2323
[![codecov-status][codecov-badge]][codecov-project]
2424

25-
[py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml
26-
[py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg
27-
[bin-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml/badge.svg
28-
[bin-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml
29-
[node-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/node-js-packaging.yml/badge.svg
30-
[node-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/node-js-packaging.yml
31-
[test-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml/badge.svg
32-
[test-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml
33-
[docs-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/build-docs.yml/badge.svg
34-
[docs-site]: https://cpp-linter.github.io/cpp_linter_rs
35-
[pre-commit-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml/badge.svg
36-
[pre-commit-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml
37-
[codecov-badge]: https://codecov.io/gh/cpp-linter/cpp_linter_rs/graph/badge.svg?token=7ibzERx2AD
38-
[codecov-project]: https://codecov.io/gh/cpp-linter/cpp_linter_rs
25+
[py-build-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/python-packaging.yml
26+
[py-build-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/python-packaging.yml/badge.svg
27+
[bin-build-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/binary-builds.yml/badge.svg
28+
[bin-build-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/binary-builds.yml
29+
[node-ci-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/node-js-packaging.yml/badge.svg
30+
[node-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/node-js-packaging.yml
31+
[test-ci-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/run-dev-tests.yml/badge.svg
32+
[test-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/run-dev-tests.yml
33+
[docs-ci-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/build-docs.yml/badge.svg
34+
[docs-site]: https://cpp-linter.github.io/cpp-linter-rs
35+
[pre-commit-badge]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/pre-commit-hooks.yml/badge.svg
36+
[pre-commit-ci]: https://github.com/cpp-linter/cpp-linter-rs/actions/workflows/pre-commit-hooks.yml
37+
[codecov-badge]: https://codecov.io/gh/cpp-linter/cpp-linter-rs/graph/badge.svg?token=7ibzERx2AD
38+
[codecov-project]: https://codecov.io/gh/cpp-linter/cpp-linter-rs
3939
[docs-rs-badge]: https://img.shields.io/docsrs/cpp-linter?label=docs.rs
4040
[docs-rs]: https://docs.rs/cpp-linter
4141
[pypi-badge]: https://img.shields.io/pypi/v/cpp-linter
@@ -118,7 +118,7 @@ For usage in a CI workflow, see
118118
[the cpp-linter/cpp-linter-action repository](https://github.com/cpp-linter/cpp-linter-action).
119119

120120
For the description of supported Command Line Interface options, see
121-
[the CLI documentation](https://cpp-linter.github.io/cpp_linter_rs/cli.html).
121+
[the CLI documentation](https://cpp-linter.github.io/cpp-linter-rs/cli.html).
122122

123123
## Example
124124

@@ -165,7 +165,7 @@ Using [`--format-review`][format-review]:
165165
## Have question or feedback?
166166

167167
To provide feedback (requesting a feature or reporting a bug) please post to
168-
[issues](https://github.com/cpp-linter/cpp_linter_rs/issues).
168+
[issues](https://github.com/cpp-linter/cpp-linter-rs/issues).
169169

170170
## License
171171

cpp-linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
readme = "README.md"
55
keywords = ["clang-tidy", "clang-format", "linter"]
66
categories = ["command-line-utilities", "development-tools", "filesystem"]
7-
repository = "https://github.com/cpp-linter/cpp_linter_rs"
7+
repository = "https://github.com/cpp-linter/cpp-linter-rs"
88
version.workspace = true
99
authors.workspace = true
1010
description.workspace = true

cpp-linter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ library (see `run::run_main()`).
1919
See also the [CLI document hosted on github][gh-pages].
2020

2121
[pypi-org]: https://pypi.org/project/cpp-linter
22-
[gh-pages]: https://cpp-linter.github.io/cpp_linter_rs/cli.html
22+
[gh-pages]: https://cpp-linter.github.io/cpp-linter-rs/cli.html

cpp-linter/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#![doc(
2-
html_logo_url = "https://github.com/cpp-linter/cpp_linter_rs/raw/main/docs/theme/favicon.png"
2+
html_logo_url = "https://github.com/cpp-linter/cpp-linter-rs/raw/main/docs/theme/favicon.png"
33
)]
44
#![doc(
5-
html_favicon_url = "https://github.com/cpp-linter/cpp_linter_rs/raw/main/docs/theme/favicon.png"
5+
html_favicon_url = "https://github.com/cpp-linter/cpp-linter-rs/raw/main/docs/theme/favicon.png"
66
)]
77
#![doc = include_str!("../README.md")]
88

docs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "cli-gen"
44
edition = "2021"
55
version = "0.1.0"
66
description = "A mdbook pre-processor that generates a CLI doc from source code."
7-
repository = "https://github.com/cpp-linter/cpp_linter_rs/tree/main/docs"
7+
repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/docs"
88
authors.workspace = true
99
homepage.workspace = true
1010
license.workspace = true

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This folder is only for generating the documentation.
44
Please [visit our website][gh-pages] to see generated documentation.
55

6-
[gh-pages]: https://cpp-linter.github.io/cpp_linter_rs
6+
[gh-pages]: https://cpp-linter.github.io/cpp-linter-rs
77

88
To view the documentation locally, some software needs to be installed.
99

0 commit comments

Comments
 (0)