Skip to content

Commit

Permalink
Add dt help URLs for the new modules
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryforce committed May 18, 2024
1 parent b4b9ca2 commit d3667f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/usermanual_url.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ dt_help_url urls_db[] =
{"colorchecker", "module-reference/processing-modules/color-look-up-table/"},
{"colorcontrast", "module-reference/processing-modules/color-contrast/"},
{"colorcorrection", "module-reference/processing-modules/color-correction/"},
{"colorequal", "module-reference/processing-modules/color-equalizer/"},
{"colorin", "module-reference/processing-modules/input-color-profile/"},
{"colorize", "module-reference/processing-modules/colorize/"},
{"colormapping", "module-reference/processing-modules/color-mapping/"},
Expand All @@ -133,6 +134,7 @@ dt_help_url urls_db[] =
{"demosaic", "module-reference/processing-modules/demosaic/"},
{"denoiseprofile", "module-reference/processing-modules/denoise-profiled/"},
{"dither", "module-reference/processing-modules/dithering/"},
{"enlargecanvas", "module-reference/processing-modules/enlarge-canvas/"},
{"equalizer", NULL}, // deprecated, replaced by atrous
{"exposure", "module-reference/processing-modules/exposure/"},
{"filmic", "module-reference/processing-modules/filmic-rgb/"},
Expand All @@ -156,6 +158,7 @@ dt_help_url urls_db[] =
{"monochrome", "module-reference/processing-modules/monochrome/"},
{"negadoctor", "module-reference/processing-modules/negadoctor/"},
{"nlmeans", "module-reference/processing-modules/astrophoto-denoise/"},
{"overlay", "module-reference/processing-modules/composite/"},
{"profile_gamma", "module-reference/processing-modules/unbreak-input-profile/"},
{"rawdenoise", "module-reference/processing-modules/raw-denoise/"},
{"rawprepare", "module-reference/processing-modules/raw-black-white-point/"},
Expand Down

0 comments on commit d3667f4

Please sign in to comment.