Skip to content

Commit e2d7c62

Browse files
author
JW Wesson
committed
update a few links
1 parent 0868fd5 commit e2d7c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/textkernel/tx/models/api/parsing/FlexRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Custom requests to ask during parsing.
13-
* See the <a href="https://developer.textkernel.com/tx-platform/v10/resume-parser/overview/llm-parser/#flex-requests">overview documentation</a> for more details.
13+
* See the <a href="https://developer.textkernel.com/tx-platform/v10/resume-parser/overview/flexrequests">overview documentation</a> for more details.
1414
* <a href="https://developer.textkernel.com/tx-platform/v10/overview/#transaction-cost">Additional charges</a> will apply.
1515
*/
1616
public class FlexRequest {

src/main/java/com/textkernel/tx/models/api/parsing/ParseOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class ParseOptions extends BasicParseOptions {
5252

5353
/**
5454
* Only used for resumes. Custom requests to ask during parsing.
55-
* See the <a href="https://developer.textkernel.com/tx-platform/v10/resume-parser/overview/llm-parser/#flex-requests">overview documentation</a> for more information.
55+
* See the <a href="https://developer.textkernel.com/tx-platform/v10/resume-parser/overview/flexrequests">overview documentation</a> for more information.
5656
* <a href="https://developer.textkernel.com/tx-platform/v10/overview/#transaction-cost">Additional charges</a> will apply.
5757
*/
5858
public List<FlexRequest> FlexRequests;

0 commit comments

Comments
 (0)