diff --git a/docsrc/content/index.fsx b/docsrc/content/index.fsx index 8eabe11..38e51dc 100644 --- a/docsrc/content/index.fsx +++ b/docsrc/content/index.fsx @@ -1,7 +1,7 @@ (*** hide ***) // This block of code is omitted in the generated HTML documentation. Use // it to define helpers that you do not want to show in the documentation. -#I "../../bin" +#I "../../bin/LogicalHacking.ExtensionDsLab" (** LogicalHacking.ExtensionDsLab diff --git a/docsrc/content/tutorial.fsx b/docsrc/content/tutorial.fsx index d0054c8..4b76560 100644 --- a/docsrc/content/tutorial.fsx +++ b/docsrc/content/tutorial.fsx @@ -1,7 +1,7 @@ (*** hide ***) // This block of code is omitted in the generated HTML documentation. Use // it to define helpers that you do not want to show in the documentation. -#I "../../bin" +#I "../../bin/LogicalHacking.ExtensionDsLab" (** Introducing your project