Skip to content

Commit 798fac2

Browse files
Update link to docs in README
1 parent 27fa3d5 commit 798fac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ engine for Open Neural Network Exchange (ONNX) models. You can easily convert an
1717
and use it with Transformers PHP using [🤗 Optimum](https://github.com/huggingface/optimum#onnx--onnx-runtime).
1818

1919
TO learn more about the library and how it works, head over to
20-
our [extensive documentation](https://codewithkyrian.github.io/transformers-docs/docs).
20+
our [extensive documentation](https://codewithkyrian.github.io/transformers-php/introduction).
2121

2222
## Quick tour
2323

@@ -129,7 +129,7 @@ After making these changes, restart your web server or PHP-FPM service, and you
129129
## Documentation
130130

131131
For more detailed information on how to use the library, check out the
132-
documentation : [https://codewithkyrian.github.io/transformers-docs/](https://codewithkyrian.github.io/transformers-docs/)
132+
documentation : [https://codewithkyrian.github.io/transformers-php](https://codewithkyrian.github.io/transformers-php)
133133

134134
## Usage
135135

@@ -155,7 +155,7 @@ Transformers::setup()
155155

156156
You can call the `set` methods in any order, or leave any out entirely, in which case, it uses the default values. For
157157
more information on the configuration options and what they mean, checkout
158-
the [documentation](https://codewithkyrian.github.io/transformers-docs/docs/configuration).
158+
the [documentation](https://codewithkyrian.github.io/transformers-php/configuration).
159159

160160
## Convert your models to ONNX
161161

0 commit comments

Comments
 (0)