@typespec/http 0.43.0-dev.1 → 0.43.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ import "@typespec/http";
18
18
  using TypeSpec.Http;
19
19
  ```
20
20
 
21
- For more information, consult the [HTTP and REST](https://microsoft.github.io/typespec/docs/standard-library/http/) section of the TypeSpec guide.
21
+ For more information, consult the [HTTP](https://microsoft.github.io/typespec/docs/standard-library/http/) section of the TypeSpec guide.
22
22
 
23
23
  ## Library Tour
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http",
3
- "version": "0.43.0-dev.1",
3
+ "version": "0.43.0-dev.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec HTTP protocol binding",
6
6
  "homepage": "https://github.com/Microsoft/typespec",