Skip to content

Commit d37f3f9

Browse files
Merge pull request #968 from SuffolkLITLab/964-broken-urls
Replace broken links
2 parents fe6c024 + 128b0d7 commit d37f3f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docassemble/ALWeaver/data/questions/assembly_line.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ content: |
283283
to take advantage of built-in questions.
284284
1. Upload your template and answer all the questions on the screens.
285285
Smart defaults save you time along the way.
286-
2. Download your completed interview and get started [customizing](https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/customizing_interview) it.
286+
2. Download your completed interview and get started [customizing](https://assemblyline.suffolklitlab.org/docs/authoring/customizing_interview) it.
287287
---
288288
event: choose_first_action
289289
code: |
@@ -1779,7 +1779,7 @@ subquestion: |
17791779
###### Post-download instructions
17801780
${ collapse_template(start_your_project) }
17811781
${ collapse_template(customize_your_interview) }
1782-
See detailed instructions _[here.](https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/customizing_interview)_
1782+
See detailed instructions _[here.](https://assemblyline.suffolklitlab.org/docs/authoring/customizing_interview)_
17831783
</div>
17841784
17851785
<div class="panel_lavender" markdown="1">

docassemble/ALWeaver/data/questions/template_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ subquestion: |
561561
It will get the value or use the meaning that it normally has in Docassemble.
562562
563563
Check out [the labeling
564-
documentation](https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/framework/reserved_keywords)
564+
documentation](https://assemblyline.suffolklitlab.org/docs/components/AssemblyLine/reserved_keywords)
565565
to learn more.
566566
567567
These are the variables that have a special meaning:

docassemble/ALWeaver/data/questions/visual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include:
88
default screen parts:
99
footer: |
1010
[:share-alt-square: Share](${ url_ask([{'undefine': ['sharing_type','how_to_share']}, 'share_form_screen', {'recompute': ['did_share_form']}, 'share_results']) })
11-
[:file-alt: Documentation](https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/generating_code)
11+
[:file-alt: Documentation](https://assemblyline.suffolklitlab.org/docs/authoring/generating_code)
1212
[:info-circle: About](${ url_action('about_this_interview') })
1313
[:comment-dots: Feedback](${ interview_url(i="docassemble.ALWeaver:feedback.yml", github_repo=github_repo_name, github_user=github_user, variable=user_info().variable, question_id=user_info().question_id, package_version=package_version_number, local=False,reset=1) } ){:target="_blank"}
1414
[:sync-alt: Restart](${ url_of('restart') } )

0 commit comments

Comments
 (0)