Skip to content

Commit e2a4690

Browse files
authored
Fix translation guide as it points to invalid location (#794)
1 parent 34a3913 commit e2a4690

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ Adding a new tutorial or section is done in two steps:
121121

122122
Make sure to put your new file under the proper section. If you have a doubt, feel free to ask in a Github Issue or PR.
123123

124-
### Translating
125-
126-
When translating, refer to the guide at [./TRANSLATING.md](https://github.com/huggingface/smolagents/blob/main/docs/TRANSLATING.md).
127-
128124
### Writing source documentation
129125

130126
Values that should be put in `code` should either be surrounded by backticks: \`like so\`. Note that argument names
@@ -271,4 +267,5 @@ is to be used in inference and also include the expected (ideally sensible)
271267
output.
272268
Often, readers will try out the example before even going through the function
273269
or class definitions. Therefore, it is of utmost importance that the example
274-
works as expected.
270+
works as expected.
271+

0 commit comments

Comments
 (0)