File tree 4 files changed +5
-62
lines changed
4 files changed +5
-62
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ vite/net/simular/genesis.go
42
42
43
43
# node.js
44
44
node_modules
45
- docs /.vuepress /dist
46
45
* .log
47
46
package-lock.json
48
47
sw. *
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ The go-vite binary files can be download from [releases](https://github.com/vite
22
22
23
23
## Guides & Documentation
24
24
* [ White Paper] ( https://github.com/vitelabs/whitepaper/blob/master/vite_en.pdf )
25
- * [ Documentation] ( https://docs.vite.org/go-vite/ )
26
- * [ Techblog] ( https://docs.vite.org/go- vite/articles/ )
25
+ * [ Documentation] ( https://docs.vite.org )
26
+ * [ Techblog] ( https://docs.vite.org/vite-docs /articles/ )
27
27
* [ Runing a node] ( https://vite.wiki/tutorial/node/install.html )
28
28
29
29
@@ -50,9 +50,9 @@ The go-vite binary files can be download from [releases](https://github.com/vite
50
50
51
51
You can choose one of the following installation options:
52
52
53
- - [ Install from binary] ( https://docs.vite.org/go- vite/tutorial/node/install.html#install-from-binary )
53
+ - [ Install from binary] ( https://docs.vite.org/vite-docs /tutorial/node/install.html#install-from-binary )
54
54
55
- - [ Install from source] ( https://docs.vite.org/go- vite/tutorial/node/install.html#install-from-source )
55
+ - [ Install from source] ( https://docs.vite.org/vite-docs /tutorial/node/install.html#install-from-source )
56
56
57
57
### Faster ledger sync
58
58
Original file line number Diff line number Diff line change 18
18
ArgsUsage : "gvite rpc [endpoint] methodName '[args]'" ,
19
19
Flags : append (utils .ConsoleFlags , utils .DataDirFlag ),
20
20
Category : "REMOTE COMMANDS" ,
21
- Description : `For details, see <https://docs.vite.org/go- vite/api/rpc>` ,
21
+ Description : `For details, see <https://docs.vite.org/vite-docs /api/rpc>` ,
22
22
}
23
23
)
24
24
You can’t perform that action at this time.
0 commit comments