Replace old link URLs
yuk7 committed
May 29, 2018 at 00:27 UTC
82658c1b1a174c3d947920f913a2484c6675fd26
2 files changed
+4
-4
ISSUE_TEMPLATE.md
+1
-1
@@ -16,4 +16,4 @@ If this is a console issue (a problem with layout, rendering, colors, etc.), ple
16
* Strace of the failing command, if applicable: (If `some_command` is failing, then run `strace -o some_command.strace -f some_command some_args`, and link the contents of `some_command.strace` in a [gist](https://gist.github.com/) here)
17
18
19
-See [our contributing instructions](https://github.com/Microsoft/BashOnWindows/blob/master/CONTRIBUTING.md) for assistance.
19
+See [our contributing instructions](https://github.com/Microsoft/WSL/blob/master/CONTRIBUTING.md) for assistance.
README.md
+3
-3
@@ -9,13 +9,13 @@ Note that WSL distro's launch in the Windows Console (unless you have taken step
9
This and our [User Voice page](https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/category/161892-bash) are your best ways to interact directly with the Windows Subsystem for Linux teams. We will be monitoring and responding to issues as best we can. Please attempt to avoid filing duplicates of open or closed items when possible. In the spirit of openness we will be tagging issues with the following:
10
11
- **bug** – We consider this issue to be a bug internally. This tag is generally for bugs in implemented features, or something we consider to be a “bug level” change. Things marked with Bug have a corresponding bug in on Microsoft’s internal bug tracking system.
12
- - Example: No internet connectivity in Bash [(#5)](https://github.com/Microsoft/BashOnWindows/issues/5)
12
+ - Example: No internet connectivity in Bash [(#5)](https://github.com/Microsoft/WSL/issues/5)
13
14
- **feature** – Denotes something that is not yet implemented. The community should use our [User Voice](https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/category/161892-bash) page for voting on which features everyone feels as the most important. The team will take the User Voice page as input in deciding what to work on next.
15
- - Example: Docker is not working [(#85)](https://github.com/Microsoft/BashOnWindows/issues/85)
15
+ - Example: Docker is not working [(#85)](https://github.com/Microsoft/WSL/issues/85)
16
17
- **discussion** – Denotes a discussion on the board that does not relate to a specific feature.
18
- - Example: Windows Subsystem for Linux is not open source [(#178)](https://github.com/Microsoft/BashOnWindows/issues/178)
18
+ - Example: Windows Subsystem for Linux is not open source [(#178)](https://github.com/Microsoft/WSL/issues/178)
19
20
- **fixinbound** – When possible, we will mark bugs that have been fixed internally. Unfortunately we cannot say specifically when the bug will hit the insider flights.
21