mirror of
https://github.com/SMGCommunity/Petari.git
synced 2024-11-23 13:40:02 +00:00
fix MSL_C document link
This commit is contained in:
parent
42c3e5e7c1
commit
6ab613c89e
@ -1,3 +1,3 @@
|
||||
| Library | Percentage |
|
||||
| ------------- | ------------- |
|
||||
| [MSL_C.PPCEABI.bare.H](https://github.com/shibbo/RVL_SDK/blob/main/docs/lib/MSL_C.PPCEABI.bare.H.md) | 21.312845570271314% |
|
||||
| [MSL_C.PPCEABI.bare.H](https://github.com/shibbo/Petari/blob/master/libs/MSL_C/docs/lib/MSL_C.PPCEABI.bare.H.md) | 21.312845570271314% |
|
||||
|
@ -253,7 +253,7 @@ for key in libraries:
|
||||
lib = libraries[key]
|
||||
d, f = lib.calculateProgress()
|
||||
libprog = (d / f) * 100.0
|
||||
progressPage.append(f"| [{key}](https://github.com/shibbo/RVL_SDK/blob/main/docs/lib/{key}.md) | {libprog}% |\n")
|
||||
progressPage.append(f"| [{key}](https://github.com/shibbo/Petari/blob/master/libs/MSL_C/docs/lib/{key}.md) | {libprog}% |\n")
|
||||
|
||||
with open("docs/PROGRESS.md", "w") as w:
|
||||
w.writelines(progressPage)
|
||||
|
Loading…
Reference in New Issue
Block a user