fixing link of c_cxx/fns_candy_style_transfer (#13516)

### Description
Updating an invalid link : 

The link for `samples/c_cxx/fns_candy_style_transfer` was invalid. The
files now seems to be present in the `onnxruntime-inference-examples`
repo -
https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer

### Motivation and Context
Fixing a non-working link.
This commit is contained in:
Shubhamai 2022-11-11 10:12:41 -08:00 committed by GitHub
parent 770fa5ae20
commit e591fd73bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ However, if a model input contains a free dimension (such as for batch size), ad
## Samples
A complete sample of onnxruntime using the DirectML execution provider can be found under [samples/c_cxx/fns_candy_style_transfer](https://github.com/microsoft/onnxruntime/tree/master/samples//c_cxx/fns_candy_style_transfer)
A complete sample of onnxruntime using the DirectML execution provider can be found under [samples/c_cxx/fns_candy_style_transfer](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer)
## Additional Resources