@@ -176,12 +176,12 @@ const Toasts = () => {
176176 < CCardBody >
177177 < p className = "text-body-secondary small" >
178178 Customize your toasts by removing sub-components, tweaking them with{ ' ' }
179- < a href = "https://coreui.io/docs/4.0/ utilities/api" > utilities</ a > , or by adding your
180- own markup. Here we've created a simpler toast by removing the default{ ' ' }
179+ < a href = "https://coreui.io/docs/utilities/api" > utilities</ a > , or by adding your own
180+ markup. Here we've created a simpler toast by removing the default{ ' ' }
181181 < code > <CToastHeader></ code > , adding a custom hide icon from{ ' ' }
182- < a href = "https://icons. coreui.io" > CoreUI Icons</ a > , and using some{ ' ' }
183- < a href = "https://coreui.io/docs/4.0/ utilities/flex" > flexbox utilities</ a > to adjust
184- the layout.
182+ < a href = "https://coreui.io/icons/ " > CoreUI Icons</ a > , and using some{ ' ' }
183+ < a href = "https://coreui.io/docs/utilities/flex" > flexbox utilities</ a > to adjust the
184+ layout.
185185 </ p >
186186 < DocsExample href = "components/toast#custom-content" >
187187 < CToast autohide = { false } className = "align-items-center" visible = { true } >
@@ -220,12 +220,12 @@ const Toasts = () => {
220220 < CCardBody >
221221 < p className = "text-body-secondary small" >
222222 Building on the above example, you can create different toast color schemes with our{ ' ' }
223- < a href = "https://coreui.io/docs/4.0/ utilities/colors" > color</ a > and{ ' ' }
224- < a href = "https://coreui.io/docs/4.0// utilities/background" > background</ a > utilities.
225- Here we've set < code > color="primary"</ code > and added{ ' ' }
226- < code > .text-white </ code > class to the < code > <Ctoast></ code > , and then set{ ' ' }
227- < code > white </ code > property to our close button. For a crisp edge, we remove the
228- default border with < code > .border-0</ code > .
223+ < a href = "https://coreui.io/docs/utilities/colors" > color</ a > and{ ' ' }
224+ < a href = "https://coreui.io/docs/utilities/background" > background</ a > utilities. Here
225+ we've set < code > color="primary"</ code > and added < code > .text-white </ code > { ' ' }
226+ class to the < code > <Ctoast></ code > , and then set < code > white </ code > property to
227+ our close button. For a crisp edge, we remove the default border with { ' ' }
228+ < code > .border-0</ code > .
229229 </ p >
230230 < DocsExample href = "components/toast#color-schemes" >
231231 < CToast
0 commit comments