Skip to content

Commit 1d135f9

Browse files
authored
Fixing broken link in projector dashboard (#6480)
There is a broken link on the projector dashboard page. This updates it with the newest version.
1 parent 707730f commit 1d135f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorboard/plugins/projector/vz_projector/vz-projector-dashboard.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class VzProjectorDashboard extends PolymerElement {
3131
3232
<li>
3333
You are not saving any checkpoint. To save your model, create a
34-
<a href="https://www.tensorflow.org/api_docs/python/tf/train/Saver"
34+
<a
35+
href="https://www.tensorflow.org/api_docs/python/tf/compat/v1/train/Saver"
3536
><code>tf.train.Saver</code></a
3637
>
3738
and save your model periodically by calling

0 commit comments

Comments
 (0)