Skip to content

Commit 53082d7

Browse files
committed
Remove missing links and fmt
1 parent 9a4252c commit 53082d7

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

docs/introduction/index.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,23 @@ directory.
2222
- `protoc` has native binary dependencies, but `pb` command is written in pure
2323
TypeScript, so it can be used comfortably in Node.js projects, etc., and can
2424
even easily be run in a web browser.
25-
- [How to install and how to use](./cli/pb/README.md)
2625
- `pollapo` - A package manager for the protobuf schema.
2726
- A GitHub repository of `.proto` files is treated as a single pollapo
2827
package.
29-
- [How to install and how to use](./cli/pollapo/docs/en/getting-started.md)
3028

3129
### Browser Extension
3230

33-
- pbkit-devtools
34-
- <img width=300 src="https://user-images.githubusercontent.com/690661/161203806-a6d8a864-8693-4744-8f4a-51407f4aa6e7.png" />
35-
- [repo](https://github.com/pbkit/pbkit-devtools)
36-
- [chrome web store](https://chrome.google.com/webstore/detail/pbkit-devtools/fjacmiijeihblfhobghceofniolonhca)
31+
- pbkit-devtools
32+
- <img width=300 src="https://user-images.githubusercontent.com/690661/161203806-a6d8a864-8693-4744-8f4a-51407f4aa6e7.png" />
33+
- [repo](https://github.com/pbkit/pbkit-devtools)
34+
- [chrome web store](https://chrome.google.com/webstore/detail/pbkit-devtools/fjacmiijeihblfhobghceofniolonhca)
3735

3836
### Editor Extension
3937

40-
- vscode-pbkit
41-
- Syntax highlight, Go to definition for VSCode.
42-
- [repo](https://github.com/pbkit/vscode-pbkit)
43-
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=pbkit.vscode-pbkit)
38+
- vscode-pbkit
39+
- Syntax highlight, Go to definition for VSCode.
40+
- [repo](https://github.com/pbkit/vscode-pbkit)
41+
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=pbkit.vscode-pbkit)
4442

4543
### Library
4644

@@ -78,6 +76,3 @@ directory.
7876

7977
pbkit is dual-licensed under Apache 2.0 and MIT terms.\
8078
see [LICENSE-APACHE][LICENSE-APACHE] and [LICENSE-MIT][LICENSE-MIT] for details.
81-
82-
[LICENSE-APACHE]: ./LICENSE-APACHE
83-
[LICENSE-MIT]: ./LICENSE-MIT

0 commit comments

Comments
 (0)