Skip to content

Commit dea2a74

Browse files
authored
Merge pull request #1848 from emmanuel-ferdman/main
2 parents 1fee1db + 4d83110 commit dea2a74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Write your own strategy in the strategy file:
448448
vim strategy.go
449449
```
450450

451-
You can grab the skeleton strategy from <https://github.com/c9s/bbgo/blob/main/pkg/strategy/skeleton/strategy.go>
451+
You can grab the skeleton strategy from <https://github.com/c9s/bbgo/blob/main/pkg/strategy/example/skeleton/strategy.go>
452452

453453
Now add your config:
454454

README.zh_TW.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ go get github.com/c9s/bbgo@main
416416
vim strategy.go
417417
```
418418

419-
您可以從 <https://github.com/c9s/bbgo/blob/main/pkg/strategy/skeleton/strategy.go> 獲取策略骨架。 現在添加您的配置
419+
您可以從 <https://github.com/c9s/bbgo/blob/main/pkg/strategy/example/skeleton/strategy.go> 獲取策略骨架。 現在添加您的配置
420420

421421
```sh
422422
mkdir config

0 commit comments

Comments
 (0)