Skip to content

Commit a59325b

Browse files
committed
Fix broken wiki links
The old links to wiki has been broken after we moved wiki to the documentation folder. The links are updated to pointing to the new documentation location.
1 parent f3a1d55 commit a59325b

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Diff for: CONTRIBUTING.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Contributing
22

3-
See [Contributing] on the wiki for information about coding styles, source structure, making
3+
See [Contributing](Documentation/contributing.md) for information about coding styles, source structure, making
44
pull requests, and more.
55

6-
[Contributing]: https://github.com/dotnet/wcf/wiki/Contributing
76
# Developers
87

9-
See the [Developer Guide] for details about developing in this repo.
10-
11-
[Developer Guide]: https://github.com/dotnet/wcf/wiki/Developer-Guide
8+
See the [Developer Guide](Documentation/developer-guide.md) for details about developing in this repo.

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Want to get more familiar with what's going on in the code?
2626

2727
Looking for something to work on? The list of [up-for-grabs issues](https://github.com/dotnet/wcf/labels/up%20for%20grabs) is a great place to start. See some of our guides for more details:
2828

29-
* [Contributing Guide](https://github.com/dotnet/wcf/wiki/Contributing)
30-
* [Developer Guide](https://github.com/dotnet/wcf/wiki/Developer-Guide)
31-
* [Issue Guide](https://github.com/dotnet/wcf/wiki/Issue-Guide)
29+
* [Contributing Guide](Documentation/contributing.md)
30+
* [Developer Guide](Documentation/developer-guide.md)
31+
* [Issue Guide](Documentation/issue-guide.md)
3232

3333
You are also encouraged to start a discussion by filing a [New Issue](https://github.com/dotnet/wcf/issues/new).
3434

0 commit comments

Comments
 (0)