Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md - fix links #4340

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@ NOTE: When adding a new public API, always add it directly to the `PublicAPI.Shi

### Features

- [Test Platform Architecture](./RFCs/0001-Test-Platform-Architecture.md)
- [Test Discovery Protocol](./RFCs/0002-Test-Discovery-Protocol.md)
- [Test Execution Protocol](./RFCs/0003-Test-Execution-Protocol.md)
- [Adapter Extensibility](./RFCs/0004-Adapter-Extensibility.md)
- [Test Platform SDK](./RFCs/0005-Test-Platform-SDK.md)
- [Editors API Specification](./RFCs/0007-Editors-API-Specification.md)
- [Data collection Protocol](./RFCs/0006-DataCollection-Protocol.md)
- [Translation Layer](./RFCs/0008-TranslationLayer.md)
- [Editors API Revision Update](./RFCs/0009-Editors-API-RevisionUpdate.md)
- [TranslationLayer](./RFCs/0008-TranslationLayer.md)
- [Source Information For Discovered Tests](./RFCs/0010-Source-Information-For-Discovered-Tests.md)
- [Test Session Timeout](./RFCs/0011-Test-Session-Timeout.md)
- [Test Adapter Lookup](./RFCs/0013-Test-Adapter-Lookup.md)
- [Packaging](./RFCs/0014-Packaging.md)
- [Telemetry](./RFCs/0015-Telemetry.md)
- [Loggers Information From RunSettings](./RFCs/0016-Loggers-Information-From-RunSettings.md)
- [Properties for TestCases in Managed Code](./RFCs/0017-Managed-TestCase-Properties.md)
- [Skip Default Adapters](./RFCs/0018-Skip-Default-Adapters.md)
- [Disable Appdomain While Running Tests](./RFCs/0019-Disable-Appdomain-While-Running-Tests.md)
- [Improving Logic To Pass Sources To Adapters](./RFCs/0020-Improving-Logic-To-Pass-Sources-To-Adapters.md)
- [Code Coverage for .Net Core](./RFCs/0021-CodeCoverageForNetCore.md)
- [User Specified TestAdapter Lookup](./RFCs/0022-User-Specified-TestAdapter-Lookup.md)
- [TestSettings Deprecation](./RFCs/0023-TestSettings-Deprecation.md)
- [Blame Collector Options](./RFCs/0024-Blame-Collector-Options.md)
- [Test Platform Architecture](./docs/RFCs/0001-Test-Platform-Architecture.md)
- [Test Discovery Protocol](./docs/RFCs/0002-Test-Discovery-Protocol.md)
- [Test Execution Protocol](./docs/RFCs/0003-Test-Execution-Protocol.md)
- [Adapter Extensibility](./docs/RFCs/0004-Adapter-Extensibility.md)
- [Test Platform SDK](./docs/RFCs/0005-Test-Platform-SDK.md)
- [Editors API Specification](./docs/RFCs/0007-Editors-API-Specification.md)
- [Data collection Protocol](./docs/RFCs/0006-DataCollection-Protocol.md)
- [Translation Layer](./docs/RFCs/0008-TranslationLayer.md)
- [Editors API Revision Update](./docs/RFCs/0009-Editors-API-RevisionUpdate.md)
- [TranslationLayer](./docs/RFCs/0008-TranslationLayer.md)
- [Source Information For Discovered Tests](./docs/RFCs/0010-Source-Information-For-Discovered-Tests.md)
- [Test Session Timeout](./docs/RFCs/0011-Test-Session-Timeout.md)
- [Test Adapter Lookup](./docs/RFCs/0013-Test-Adapter-Lookup.md)
- [Packaging](./docs/RFCs/0014-Packaging.md)
- [Telemetry](./docs/RFCs/0015-Telemetry.md)
- [Loggers Information From RunSettings](./docs/RFCs/0016-Loggers-Information-From-RunSettings.md)
- [Properties for TestCases in Managed Code](./docs/RFCs/0017-Managed-TestCase-Properties.md)
- [Skip Default Adapters](./docs/RFCs/0018-Skip-Default-Adapters.md)
- [Disable Appdomain While Running Tests](./docs/RFCs/0019-Disable-Appdomain-While-Running-Tests.md)
- [Improving Logic To Pass Sources To Adapters](./docs/RFCs/0020-Improving-Logic-To-Pass-Sources-To-Adapters.md)
- [Code Coverage for .Net Core](./docs/RFCs/0021-CodeCoverageForNetCore.md)
- [User Specified TestAdapter Lookup](./docs/RFCs/0022-User-Specified-TestAdapter-Lookup.md)
- [TestSettings Deprecation](./docs/RFCs/0023-TestSettings-Deprecation.md)
- [Blame Collector Options](./docs/RFCs/0024-Blame-Collector-Options.md)

### Other

- [Roadmap](https://github.com/Microsoft/vstest-docs/blob/main/docs/releases.md)
- [Troubleshooting guide](https://github.com/Microsoft/vstest-docs/blob/main/docs/troubleshooting.md)
- [Roadmap](./docs/releases.md)
- [Troubleshooting guide](./docs/troubleshooting.md)

## Building

Expand Down