Skip to content

Commit 23d8e97

Browse files
committed
fix links
1 parent 8c5cc19 commit 23d8e97

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

builders/html/layouts/static.cfm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
</script>
2626

2727
<meta content="initial-scale=1.0, width=device-width" name="viewport">
28-
<base href="#args.baseHref#">
2928
<cfif args.noindex>
30-
<meta name="ROBOTS" content="NOINDEX">
29+
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW">
3130
</cfif>
3231

3332
<link href="/assets/css/base.#application.assetBundleVersion#.min.css" rel="stylesheet">

docs/recipes/scheduler-quartz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ When clustering is enabled, the storage backend becomes the source of truth. The
318318
- To provide initial jobs only when the storage has no jobs defined
319319
- For listener definitions (which always come from the config file)
320320

321-
For detailed instructions and best practices on setting up clustering with Quartz Scheduler, see the dedicated [Clustering with Quartz Scheduler](recipes/clustering-quartz-scheduler.md) recipe.
321+
For detailed instructions and best practices on setting up clustering with Quartz Scheduler, see the dedicated [[clustering-quartz-scheduler]] recipe.
322322

323323
## Related Recipes
324324

docs/recipes/websocket-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,6 @@ for ( var wsI in wsInstances ) {
285285
}
286286
```
287287

288-
[Task Event Gateway](event-gateways-overview.md) is a good candidate for this script.
288+
[[event-gateways]] is a good candidate for this script.
289289

290290
_TODO: link to recipe page_

0 commit comments

Comments
 (0)