brutzman opened a new issue, #4520: URL: https://github.com/apache/netbeans/issues/4520
### Apache NetBeans version Apache NetBeans 14 ### What happened Website page [NetBeans Editor Component Palette Module Tutorial](https://netbeans.apache.org/tutorials/nbm-palette-api2.html) Source code block in figure has multiple erroneous lines with excess information leading to compilation errors. For example, * `import link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-mimelookup/org/netbeans/api/editor/mimelookup/MimeRegistration.html[org.netbeans.api.editor.mimelookup.MimeRegistration];` should instead be * `import http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-mimelookup/org/netbeans/api/editor/mimelookup/MimeRegistration.html;` ### How to reproduce Go to website ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10 ### JDK OpenJDK 18.0.2 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else Suggest adding an issue category for NetBeans Website. Am finding lots of problems across many tutorials, they are not being maintained effectively. ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
