fix MSL_C document link

This commit is contained in:
shibbo 2023-02-27 00:49:59 -05:00
parent 42c3e5e7c1
commit 6ab613c89e
2 changed files with 2 additions and 2 deletions

View File

@ -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% |

View File

@ -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)