fix link to time data JSON
This commit is contained in:
parent
b7f49d099d
commit
3e1f4470e4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
A tool to compare cutscene times among languages in Breath of the Wild
|
A tool to compare cutscene times among languages in Breath of the Wild
|
||||||
|
|
||||||
## CREADITS
|
## CREADITS
|
||||||
[Time data](https://github.com/sup39/botw-lang-cmp/src/db.json) is based on [Cephla's document](https://docs.google.com/document/d/1H0gqxqR2AZqc-MEDUoftJHn_FteyBBm_Zcowieev5ek/edit?usp=sharing), which is based on [Swiffy22's video](https://youtu.be/yVaZdsgjWz8).
|
[Time data](https://github.com/sup39/botw-lang-cmp/blob/main/src/db.json) is based on [Cephla's document](https://docs.google.com/document/d/1H0gqxqR2AZqc-MEDUoftJHn_FteyBBm_Zcowieev5ek/edit?usp=sharing), which is based on [Swiffy22's video](https://youtu.be/yVaZdsgjWz8).
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- [ ] Rename cutscenes
|
- [ ] Rename cutscenes
|
||||||
|
|
|
@ -84,7 +84,7 @@ function App() {
|
||||||
<summary>CREADITS</summary>
|
<summary>CREADITS</summary>
|
||||||
<div>
|
<div>
|
||||||
<p>This tool is made by sup39 with MIT license. The source code can be found <a href='https://github.com/sup39/botw-lang-cmp'>here</a>.</p>
|
<p>This tool is made by sup39 with MIT license. The source code can be found <a href='https://github.com/sup39/botw-lang-cmp'>here</a>.</p>
|
||||||
<p><a href='https://github.com/sup39/botw-lang-cmp/src/db.json'>Time data</a> is based on <a href='https://docs.google.com/document/d/1H0gqxqR2AZqc-MEDUoftJHn_FteyBBm_Zcowieev5ek/edit?usp=sharing'>Cephla's document</a>, which is based on <a href='https://youtu.be/yVaZdsgjWz8'>Swiffy22's video</a>.</p>
|
<p><a href='https://github.com/sup39/botw-lang-cmp/blob/main/src/db.json'>Time data</a> is based on <a href='https://docs.google.com/document/d/1H0gqxqR2AZqc-MEDUoftJHn_FteyBBm_Zcowieev5ek/edit?usp=sharing'>Cephla's document</a>, which is based on <a href='https://youtu.be/yVaZdsgjWz8'>Swiffy22's video</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
<h2>Time Comparison</h2>
|
<h2>Time Comparison</h2>
|
||||||
|
|
Loading…
Reference in a new issue