Skip to content

Commit a2ca382

Browse files
committed
fix anchors with underscores
1 parent ea7e4b1 commit a2ca382

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

services/validation.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -171,45 +171,45 @@ Below is a list of all available validation rules and their function:
171171
<div class="columned-list">
172172

173173
- [Accepted](#accepted)
174-
- [Active URL](#active_url)
175-
- [After (Date)](#after_date_)
174+
- [Active URL](#activeurl)
175+
- [After (Date)](#afterdate)
176176
- [Alpha](#alpha)
177-
- [Alpha Dash](#alpha_dash)
178-
- [Alpha Numeric](#alpha_num)
177+
- [Alpha Dash](#alphadash)
178+
- [Alpha Numeric](#alphanum)
179179
- [Array](#array)
180-
- [Before (Date)](#before_date_)
181-
- [Between](#between_min__max_)
180+
- [Before (Date)](#beforedate_)
181+
- [Between](#betweenminmax)
182182
- [Boolean](#boolean)
183183
- [Confirmed](#confirmed)
184184
- [Date](#date)
185-
- [Date Format](#date_format_format_)
186-
- [Different](#different_field_)
187-
- [Digits](#digits_value_)
188-
- [Digits Between](#digits_between_min__max_)
185+
- [Date Format](#dateformatformat)
186+
- [Different](#differentfield)
187+
- [Digits](#digitsvalue)
188+
- [Digits Between](#digitsbetweenminmax)
189189
- [E-Mail](#email)
190-
- [Exists (Database)](#exists_table__column_)
190+
- [Exists (Database)](#existstablecolumn)
191191
- [Image (File)](#image)
192-
- [In](#in_foo__bar_)
192+
- [In](#infoobar)
193193
- [Integer](#integer)
194194
- [IP Address](#ip)
195-
- [Max](#max_value_)
196-
- [MIME Types](#mimes_foo__bar_)
197-
- [Min](#min_value_)
198-
- [Not In](#not_in_foo__bar_)
195+
- [Max](#maxvalue)
196+
- [MIME Types](#mimesfoobar)
197+
- [Min](#minvalue)
198+
- [Not In](#notinfoobar)
199199
- [Nullable](#nullable)
200200
- [Numeric](#numeric)
201-
- [Regular Expression](#regex_pattern_)
201+
- [Regular Expression](#regexpattern)
202202
- [Required](#required)
203-
- [Required If](#required_if_field__value_)
204-
- [Required With](#required_with_foo__bar_)
205-
- [Required With All](#required_with_all_foo__bar_)
206-
- [Required Without](#required_without_foo__bar_)
207-
- [Required Without All](#required_without_foo__bar_)
208-
- [Same](#same_field_)
209-
- [Size](#size_value_)
210-
- [String](#string_value_)
203+
- [Required If](#requirediffieldvalue)
204+
- [Required With](#requiredwithfoobar)
205+
- [Required With All](#requiredwithallfoobar)
206+
- [Required Without](#requiredwithoutfoobar)
207+
- [Required Without All](#requiredwithoutfoobar)
208+
- [Same](#samefield)
209+
- [Size](#sizevalue)
210+
- [String](#stringvalue)
211211
- [Timezone](#timezone)
212-
- [Unique (Database)](#unique_table__column__except__idcolumn_)
212+
- [Unique (Database)](#uniquetablecolumnexceptidcolumn)
213213
- [URL](#url)
214214

215215
</div>

0 commit comments

Comments
 (0)