Skip to content

Commit c5c29e9

Browse files
committed
0.2.0 - fix typos
Fix: Correct typos in the source file links.
1 parent dd6645b commit c5c29e9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## CHANGELOG
66

7-
### 0.2.0 @ 04/02/2025
7+
### 0.2.0 @ 04/03/2025
88

99
#### :mega: New
1010

@@ -18,6 +18,7 @@
1818
1. Fix: Add the missing version tags for the old version documents.
1919
2. Fix: Correct a bad import in `zh-cn/docs/usages/downloader`.
2020
3. Fix: Correct typos in the legacy version `v0.1.x`, `/apis/services/data/ServiceData`.
21+
4. Fix: Correct typos in the source file links.
2122

2223
#### :floppy_disk: Change
2324

src/envs/variables.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const variables = {
5353
"components.typehints": "components/typehints.py",
5454
"components.typehints.DownloaderURL": "components/typehints.py#L26",
5555
"components.typehints.DownloaderStatus": "components/typehints.py#L44",
56-
"components.PlainDownloader": "components/typehints.py#L31",
57-
"components.Downloader": "components/typehints.py#L31",
56+
"components.PlainDownloader": "components/__init__.py#L31",
57+
"components.Downloader": "components/__init__.py#L31",
5858
services: "services/__init__.py",
5959
"services.data": "services/data.py",
6060
"services.data.ServiceData": "services/data.py#L57",
@@ -132,8 +132,8 @@ const variables = {
132132
"components.typehints": "components/typehints.py",
133133
"components.typehints.DownloaderURL": "components/typehints.py#L26",
134134
"components.typehints.DownloaderStatus": "components/typehints.py#L44",
135-
"components.PlainDownloader": "components/typehints.py#L31",
136-
"components.Downloader": "components/typehints.py#L31",
135+
"components.PlainDownloader": "components/__init__.py#L31",
136+
"components.Downloader": "components/__init__.py#L31",
137137
services: "services/__init__.py",
138138
"services.data": "services/data.py",
139139
"services.data.ServiceData": "services/data.py#L57",

0 commit comments

Comments
 (0)