Skip to content

Commit 6cf0827

Browse files
committed
Website generation with Couscous
1 parent e07da4a commit 6cf0827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/droplet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ <h3 id="configurable">Configurable</h3>
356356
}</code></pre>
357357
<h2 id="initialization-1">Initialization</h2>
358358
<p>The <code>Droplet</code> init method is fairly simple since most properties are variable and can be changed after initialization.</p>
359-
<p>Most plugins for Vapor come with a <a href="providers.html">Provider</a>, these take care of configuration details for you.</p>
359+
<p>Most plugins for Vapor come with a <a href="provider.html">Provider</a>, these take care of configuration details for you.</p>
360360
<pre><code class="language-swift">Droplet(
361361
arguments: [String]?,
362362
workDir workDirProvided: String?,

0 commit comments

Comments
 (0)