Skip to content

Commit f6ef741

Browse files
committed
fix: links
1 parent bbd0bf2 commit f6ef741

15 files changed

+5074
-3766
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ that apply to that project.
2121

2222
The style guides in this project are licensed under the CC-By 3.0 License, which
2323
encourages you to share these documents. See
24-
[https://creativecommons.org/licenses/by/3.0/][ccl] for more details.
24+
[https://creativecommons.org/licenses/by/3.0/](ccl) for more details.
2525

2626
## Contributing
2727

@@ -30,6 +30,6 @@ Please, feel free to contribute if you have any objections.
3030
<a rel="license" href="https://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /></a>
3131

3232
[go]: go/
33-
[py]: https://google.github.io/styleguide/pyguide.html
34-
[htmlcss]: https://google.github.io/styleguide/htmlcssguide.html
35-
[ts]: https://google.github.io/styleguide/tsguide.html
33+
[py]: https://jpg-store.github.io/styleguide/pyguide.html
34+
[htmlcss]: https://jpg-store.github.io/styleguide/htmlcssguide.html
35+
[ts]: https://jpg-store.github.io/styleguide/tsguide.html

angularjs-google-style.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 class="external">An AngularJS Style Guide for Closure Users at Google</h1>
2121
(or not apply) these recommendations, as relevant to their own use cases.</p>
2222

2323
<p class="external">This document describes style for AngularJS apps in google3. This guide
24-
supplements and extends the <a href="https://google.github.io/styleguide/jsguide.html">
24+
supplements and extends the <a href="https://jpg-store.github.io/styleguide/jsguide.html">
2525
Google JavaScript Style Guide</a>.
2626
</p>
2727

cpplint/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This is automated checker to make sure a C++ file follows Google's C++ style
2-
guide (https://google.github.io/styleguide/cppguide.html). As it
2+
guide (https://jpg-store.github.io/styleguide/cppguide.html). As it
33
heavily relies on regular expressions, cpplint.py won't catch all violations of
44
the style guide and will very occasionally report a false positive. There is a
55
list of things we currently don't handle very well at the top of cpplint.py,

cpplint/cpplint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<file> [file] ...
6868
6969
The style guidelines this tries to follow are those in
70-
https://google.github.io/styleguide/cppguide.html
70+
https://jpg-store.github.io/styleguide/cppguide.html
7171
7272
Every problem is given a confidence score from 1-5, with 5 meaning we are
7373
certain of the problem, and 1 meaning it could be a legitimate construct.

0 commit comments

Comments
 (0)