Skip to content

Commit 40881b6

Browse files
pcoetcopybara-github
authored andcommitted
Fix KerasNLP product name.
PiperOrigin-RevId: 544446499
1 parent 16b9f2a commit 40881b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/en/tutorials/_toc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ toc:
127127
section:
128128
- title: "Text and natural language processing"
129129
path: /tutorials/text/index
130-
- title: "Keras NLP"
130+
- title: "Get started with KerasNLP"
131131
path: https://keras.io/guides/keras_nlp/getting_started/
132132
status: external
133133
- title: "Text and NLP guide"

site/en/tutorials/text/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ease of use. But if you prefer not to work with the Keras API, or you need
2121
access to the lower-level text processing ops, you can use TensorFlow Text
2222
directly.
2323

24-
## Keras NLP
24+
## KerasNLP
2525

2626
The easiest way to get started processing text in TensorFlow is to use
2727
[KerasNLP](https://keras.io/keras_nlp/). KerasNLP is a natural language

0 commit comments

Comments
 (0)