Skip to content

Commit ec7f75d

Browse files
EdAyerscipher1024
authored andcommitted
fix(docs): Update github issue hyperlinks (#75)
[skip ci]
1 parent bc5f364 commit ec7f75d

File tree

6 files changed

+18
-17
lines changed

6 files changed

+18
-17
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ for you (the contributors) and us (the maintainers).
1313

1414
# Opening Issues
1515

16-
- Checked that your issue isn't [already filed](https://github.com/leanprover/lean/issues).
16+
- Checked that your issue isn't [already filed](https://github.com/leanprover-community/lean/issues).
1717
- Specifically look over:
18-
* the [wishlist](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3AI-wishlist),
19-
* open [RFCs](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3ARFC),
20-
* open [feature requests](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3AFeature).
18+
* the [wishlist](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3AI-wishlist),
19+
* open [RFCs](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3ARFC),
20+
* open [feature requests](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3AFeature).
21+
* The issue may be present on the original Lean project (https://github.com/leanprover/lean) in which case please reopen the issue here and link to the old issue.
2122
- Reduce the issue to a self-contained, reproducible test case.
2223

2324
# Opening Pull Requests

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Prerequisites
22

33
* [ ] Put an X between the brackets on this line if you have done all of the following:
4-
* Checked that your issue isn't already [filed](https://github.com/leanprover/lean/issues).
5-
* Specifically, check out the [wishlist](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3AI-wishlist), open [RFCs](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3ARFC),
6-
or [feature requests](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3AFeature).
4+
* Checked that your issue isn't already [filed](https://github.com/leanprover-community/lean/issues).
5+
* Specifically, check out the [wishlist](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3AI-wishlist), open [RFCs](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3ARFC),
6+
or [feature requests](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3AFeature).
77
* Reduced the issue to a self-contained, reproducible test case.
88

99
### Description

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Miscellaneous
4343
Roadmap
4444
-------------
4545

46-
- [Open RFC issues](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3ARFC)
47-
- [Features](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3AFeature)
48-
- [Wish list](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3AI-wishlist)
49-
- [High priority issues](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3AP-high)
50-
- [Medium priority issues](https://github.com/leanprover/lean/issues?q=is%3Aissue+is%3Aopen+label%3AP-medium)
46+
- [Open RFC issues](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3ARFC)
47+
- [Features](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3AFeature)
48+
- [Wish list](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3AI-wishlist)
49+
- [High priority issues](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3AP-high)
50+
- [Medium priority issues](https://github.com/leanprover-community/lean/issues?q=is%3Aissue+is%3Aopen+label%3AP-medium)

doc/export_format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lean --export=export.out --recursive
1414
There are several checkers available that can read these files:
1515
* [trepplein](https://github.com/gebner/trepplein), a type-checker written in Scala.
1616
* [tc](https://github.com/dselsam/tc), a type-checker written in Haskell.
17-
* [leanchecker](https://github.com/leanprover/lean/tree/master/src/checker), a bare-bones version of the Lean kernel.
17+
* [leanchecker](https://github.com/leanprover-community/lean/tree/master/src/checker), a bare-bones version of the Lean kernel.
1818

1919
Hierarchical names
2020
------------------

doc/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The Emacs Lean mode is available via [MELPA](https://melpa.org/). The VS Code Le
5151

5252
* Is Lean sound? How big is the kernel? Should I trust it?
5353

54-
Lean has a relatively small kernel. The [leanchecker](https://github.com/leanprover/lean/tree/master/src/checker) is a bare-bones version of the Lean kernel.
54+
Lean has a relatively small kernel. The [leanchecker](https://github.com/leanprover-community/lean/tree/master/src/checker) is a bare-bones version of the Lean kernel.
5555
There are also two independent checkers: [tc](https://github.com/leanprover/tc) and [trepplein](https://github.com/gebner/trepplein).
5656
We have implemented several kernel extensions to improve performance and make sure the system is reasonably responsive for interactive use.
5757
We strongly recommend you frequently check your project without these extensions. The command line option `-t0` disables all of them.
@@ -60,6 +60,6 @@ If you are really concerned about soundness, we recommend you often export your
6060

6161
* Should I open a new issue?
6262

63-
We use [github](https://github.com/leanprover/lean/issues) to track bugs and new features.
63+
We use [github](https://github.com/leanprover-community/lean/issues) to track bugs and new features.
6464
Bug reports are always welcome, but nitpicking issues are not (e.g., the error message is confusing).
6565
RFC issues are created by developers only.

doc/make/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ make
3030
Setting up a basic debug build using `make`:
3131

3232
```bash
33-
git clone https://github.com/leanprover/lean
33+
git clone https://github.com/leanprover-community/lean
3434
cd lean
3535
mkdir -p build/debug
3636
cd build/debug
@@ -46,7 +46,7 @@ Building JS / wasm binaries with Emscripten
4646
Setting up a basic release build using `make`:
4747

4848
```bash
49-
git clone https://github.com/leanprover/lean
49+
git clone https://github.com/leanprover-community/lean
5050
cd lean
5151
mkdir -p build/emscripten
5252
cd build/emscripten

0 commit comments

Comments
 (0)