jburtoft commited on
Commit
38d1307
1 Parent(s): 7c1d83b

Fixing links

Browse files

Making broken relative links into working explicit links to github.

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,11 +46,11 @@ Boltz currently accepts three input formats:
46
 
47
  3. A directory containing files of the above formats, for batched processing
48
 
49
- To see all available options: `boltz predict --help` and for more informaton on these input formats, see our [prediction instructions](docs/prediction.md).
50
 
51
  ## Training
52
 
53
- If you're interested in retraining the model, see our [training instructions](docs/training.md).
54
 
55
  ## Contributing
56
 
 
46
 
47
  3. A directory containing files of the above formats, for batched processing
48
 
49
+ To see all available options: `boltz predict --help` and for more informaton on these input formats, see our [prediction instructions](https://github.com/jwohlwend/boltz/blob/main/docs/prediction.md).
50
 
51
  ## Training
52
 
53
+ If you're interested in retraining the model, see our [training instructions](https://github.com/jwohlwend/boltz/blob/main/docs/training.md).
54
 
55
  ## Contributing
56