Skip to content

Commit 25f2137

Browse files
authored
Use .mdx URLs in ollama.md (#2120)
The old .md URLs don't work anymore.
1 parent 47bdf77 commit 25f2137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hub/ollama.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ If your GGUF file doesn't have a built-in template or if you want to customize y
8181
{{ .Response }}<|end|>
8282
```
8383

84-
To know more about the Go template format, please refer to [this documentation](https://github.com/ollama/ollama/blob/main/docs/template.md)
84+
To know more about the Go template format, please refer to [this documentation](https://github.com/ollama/ollama/blob/main/docs/template.mdx)
8585

8686
You can optionally configure a system prompt by putting it into a new file named `system` in the repository.
8787

88-
To change sampling parameters, create a file named `params` in the repository. The file must be in JSON format. For the list of all available parameters, please refer to [this documentation](https://github.com/ollama/ollama/blob/main/docs/modelfile.md#parameter).
88+
To change sampling parameters, create a file named `params` in the repository. The file must be in JSON format. For the list of all available parameters, please refer to [this documentation](https://github.com/ollama/ollama/blob/main/docs/modelfile.mdx#parameter).
8989

9090
## Run Private GGUFs from the Hugging Face Hub
9191

0 commit comments

Comments
 (0)