Skip to content

Commit a053c02

Browse files
Update Hyperlinks To Correct Hyperlinks (#7891)
Co-authored-by: Linchenn <[email protected]>
1 parent 7aceed9 commit a053c02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tfjs-converter/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ __2. Run the converter script provided by the pip package:__
5656

5757
There are three way to trigger the model conversion, explain below:
5858

59-
- The conversion wizard: `tensorflowjs_wizard` ([go to section](#conversion-wizard-tensorflowjswizard))
60-
- Regular conversion script: `tensorflowjs_converter` ([go to section](#regular-conversion-script-tensorflowjsconverter))
61-
- Calling a converter function in Python (Flax/JAX) ([go to section](#calling-a-converter-function-in-python))
59+
- The conversion wizard: `tensorflowjs_wizard` ([go to section](https://github.com/tensorflow/tfjs/blob/master/tfjs-converter/README.md#conversion-wizard-tensorflowjs_wizard))
60+
- Regular conversion script: `tensorflowjs_converter` ([go to section](https://github.com/tensorflow/tfjs/tree/master/tfjs-converter#regular-conversion-script-tensorflowjs_converter))
61+
- Calling a converter function in Python (Flax/JAX) ([go to section](https://github.com/tensorflow/tfjs/tree/master/tfjs-converter#calling-a-converter-function-in-python-flaxjax))
6262

6363
## Conversion wizard: `tensorflowjs_wizard`
6464

0 commit comments

Comments
 (0)