This is an automated email from the ASF dual-hosted git repository.
ParkGyeongTae pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push:
new f8f5180932 [ZEPPELIN-6510] Fix broken Confluence link and remove
leading blank line in Roadmap.md
f8f5180932 is described below
commit f8f51809329fc3692c598d6f6df609220fd39338
Author: Gyeongtae Park <[email protected]>
AuthorDate: Fri Jul 10 23:19:40 2026 +0900
[ZEPPELIN-6510] Fix broken Confluence link and remove leading blank line in
Roadmap.md
What is this PR for?
The Confluence wiki link in Roadmap.md was returning a 404 error because
the URL referenced Zeppelin+Roadmap instead of the correct page Roadmap. This
PR fixes the broken link and removes an unnecessary leading blank line at the
top of the file.
What type of PR is it?
Documentation
Todos
- [x] Fix broken Confluence URL in Roadmap.md
- [x] Remove leading blank line in Roadmap.md
What is the Jira issue?
- https://issues.apache.org/jira/browse/ZEPPELIN-6510
How should this be tested?
1. Open Roadmap.md and verify the updated link redirects to the correct
Confluence page.
Screenshots (if appropriate)
N/A
Questions:
- Does the license files need to update? No
- Is there breaking changes for older versions? No
- Does this needs documentation? No
Closes #5285 from ParkGyeongTae/ZEPPELIN-6510.
Signed-off-by: ParkGyeongTae <[email protected]>
---
Roadmap.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Roadmap.md b/Roadmap.md
index 95ec00f4ea..0e08ccf54d 100644
--- a/Roadmap.md
+++ b/Roadmap.md
@@ -1,4 +1,3 @@
-
# Zeppelin Roadmap
-Please check
https://cwiki.apache.org/confluence/display/ZEPPELIN/Zeppelin+Roadmap for
details
\ No newline at end of file
+Please check https://cwiki.apache.org/confluence/display/ZEPPELIN/Roadmap for
details
\ No newline at end of file