Skip to content

Commit becce87

Browse files
committed
fix link in the vignette
1 parent 39bce3a commit becce87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/about_keras_models.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ predictions <- layer_concatenate(c(encoded_a, encoded_b), axis=-1) %>%
6565
model <- keras_model(inputs = c(tweet_a, tweet_b), outputs = predictions)
6666
```
6767

68-
Learn more by reading the [Guide to the Functional API](unctional_api.html).
68+
Learn more by reading the [Guide to the Functional API](functional_api.html).
6969

7070
### Custom
7171

0 commit comments

Comments
 (0)