From d33b646df77e323b7b80e7fe51c5fed10783ac6a Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 27 Aug 2024 14:46:28 +0200 Subject: [PATCH] Fix some links in 920-faq.md Signed-off-by: Christoph Rueger --- docs/_chapters/920-faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_chapters/920-faq.md b/docs/_chapters/920-faq.md index 9fd41487c3..07b5ec08f3 100644 --- a/docs/_chapters/920-faq.md +++ b/docs/_chapters/920-faq.md @@ -1,5 +1,5 @@ --- -title: Frequently Asked Questions +title: FAQ - Frequently Asked Questions layout: default --- @@ -141,10 +141,10 @@ to not use the bundle version for a package with: No. It creates unnecessary complexity, it is slower, and it is not necessary. It will also not be compatible with techniques like [PojoSR](https://code.google.com/archive/p/pojosr/), something that the OSGi is looking into standardizing. ## What should I use instead of the Bundle-ClassPath? -Just use Private-Package and Export-Package, know what goes into your JAR. If you really need to wrap one or more JARs, use the Include-Resource instruction, it has an option to unroll a JAR resource (see [@ option](?#include-resource). This will copy all its contents in the target JAR. The -exportcontents can then be used to export selected packages. Even better is of course to know +Just use Private-Package and Export-Package, know what goes into your JAR. If you really need to wrap one or more JARs, use the Include-Resource instruction, it has an option to unroll a JAR resource (see [@ option](/instructions/includeresource.html#rolling). This will copy all its contents in the target JAR. The -exportcontents can then be used to export selected packages. Even better is of course to know ## Sharing CNF Folder and BNDTools Projects -The [Best Practices section[1] provides some good tips about how you setup workspaces that share some information. +The [Best Practices section](/chapters/140-best-practices.html) provides some good tips about how you setup workspaces that share some information. -----