Skip to content

Commit 84c941b

Browse files
committed
Add external link to Shared Kernel wiki
1 parent 49b969a commit 84c941b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configuration/multiple_kernels.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following example shows how to create a new application for the API of a new
3737
Step 1) Create a new Application
3838
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3939

40-
In this example, we will use the Shared Kernel pattern, where, although all applications maintain an isolated context,
40+
In this example, we will use the `Shared Kernel`_ pattern, where, although all applications maintain an isolated context,
4141
they can share common bundles, configurations, and code if desired. The optimal approach will depend on your specific
4242
needs and requirements, so it's up to you to decide which best suits your project.
4343

@@ -385,3 +385,5 @@ configuration and permissions. To do that, you will have to repeat the step 1 on
385385
│ └─ ...
386386
387387
Additionally, you might need to update your web server configuration to set the ``APP_ID=admin`` under a different domain.
388+
389+
.. _`Shared Kernel`: http://ddd.fed.wiki.org/view/shared-kernel

0 commit comments

Comments
 (0)