From 1cc14f1469939bc1fe8c816e46cca7758ea4f42e Mon Sep 17 00:00:00 2001 From: Yikf Date: Sat, 18 Feb 2023 00:44:21 +0800 Subject: [PATCH] [KYUUBI #4361] Fix broken link in `kerberos.rst` ### _Why are the changes needed?_ Fix broken link in `kerberos.rst` ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4361 from Yikf/kerberos-doc. Closes #4361 26145902 [Yikf] fix break link Authored-by: Yikf Signed-off-by: Yikf --- docs/security/kerberos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/kerberos.rst b/docs/security/kerberos.rst index c4bca8e82..8c871ce67 100644 --- a/docs/security/kerberos.rst +++ b/docs/security/kerberos.rst @@ -115,4 +115,4 @@ Refresh all the kyuubi server instances Restart all the kyuubi server instances or `Refresh Configurations`_ to activate the settings. .. _Hadoop Impersonation: https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/Superusers.html -.. _Refresh Configurations: ..tools/kyuubi-admin.html#refresh-config +.. _Refresh Configurations: ../tools/kyuubi-admin.html#refresh-config