diff --git a/update_log.md b/update_log.md
index 8a10da96..78782618 100644
--- a/update_log.md
+++ b/update_log.md
@@ -1,6 +1,6 @@
# [2.5.0-rc1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0-rc1)
-* Add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See [documentation](https://github.com/mashb1t/Fooocus/discussions/42).
+* Add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See [documentation](https://github.com/lllyasviel/Fooocus/discussions/3281).
* Rewrite async worker code, make code much more reusable to allow iterations and improve reusability
* Improve GroundingDINO and SAM image masking
* Fix inference tensor version counter tracking issue for GroundingDINO after using Enhance (see [discussion](https://github.com/lllyasviel/Fooocus/discussions/3213))
diff --git a/webui.py b/webui.py
index 5bbbf52a..dee23053 100644
--- a/webui.py
+++ b/webui.py
@@ -335,7 +335,7 @@ with shared.gradio_root:
with gr.Row():
with gr.Column():
enhance_input_image = grh.Image(label='Use with Enhance, skips image generation', source='upload', type='numpy')
- gr.HTML('\U0001F4D4 Document')
+ gr.HTML('\U0001F4D4 Document')
with gr.TabItem(label='Metadata') as metadata_tab:
with gr.Column():
@@ -379,7 +379,7 @@ with shared.gradio_root:
inputs=enhance_uov_processing_order,
outputs=enhance_uov_prompt_type,
queue=False, show_progress=False)
- gr.HTML('\U0001F4D4 Document')
+ gr.HTML('\U0001F4D4 Document')
enhance_ctrls = []
enhance_inpaint_mode_ctrls = []
enhance_inpaint_engine_ctrls = []
@@ -471,7 +471,7 @@ with shared.gradio_root:
'(default is 0, always processed before any mask invert)')
enhance_mask_invert = gr.Checkbox(label='Invert Mask', value=False)
- gr.HTML('\U0001F4D4 Document')
+ gr.HTML('\U0001F4D4 Document')
enhance_ctrls += [
enhance_enabled,