Skip to content

Commit 5537c90

Browse files
committed
Add IL to partnerships; update partner section anchor ID
1 parent ac1e76f commit 5537c90

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/get_started/development_roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Development roadmap
55
slug: development_roadmap
66
---
77

8-
The Document Assembly Line is under continuous development, based on input from the courts and legal aid organizations that use it and participate in the [community](intro.md#join-the-community). This roadmap contains the master plan and current development priorities, which are made possible by our [funding partners](../../#funding-partners).
8+
The Document Assembly Line is under continuous development, based on input from the courts and legal aid organizations that use it and participate in the [community](intro.md#join-the-community). This roadmap contains the master plan and current development priorities, which are made possible by our [partners](/#partners).
99

1010
To raise an issue or make a suggestion, you can:
1111

docs/get_started/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To join the community, just [email us](mailto:[email protected])!
7575
[Get our one-page overview comparing Document Assemble Line partnerships with other online guided interview–building options.](https://suffolklitlab.org/onepagers/partnerships/)
7676
:::
7777

78-
The LIT Lab's work has been and will continue to be supported by grants. Moving forward we will also rely on our court and community partners to help support our work. Funding from partners pays for software development and support, training, user research, community building, project management, and technical support as well as direct costs like servers and staff time.
78+
The LIT Lab's work has been and will continue to be supported by grants. Moving forward we will also rely on [partnerships](/#partners) to help support our work. Funding from partners pays for software development and support, training, user research, community building, project management, and technical support as well as direct costs like servers and staff time.
7979

8080
* We offer Docassemble hosting and e-filing for courts that want to build their own interviews or enable e-filing for third-party interviews
8181
* We offer Docassemble hosting for legal aid organizations, with a free option if the court is a funding partner

src/pages/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function Home() {
228228
</div>
229229
</div>
230230
</section>
231-
<section id="funding-partners" className={styles.indexSection}>
231+
<section id="partners" className={styles.indexSection}>
232232
<div className={clsx([
233233
'container',
234234
'row',
@@ -261,7 +261,8 @@ function Home() {
261261
<li><Translate>Legal Services Vermont, funded by a grant from the Legal Services Corporation</Translate></li>
262262
<li><Translate>The Massachusetts Trial Court</Translate></li>
263263
<li><Translate>The Alaska Court System</Translate></li>
264-
<li><Translate>Legal Services State Support of Minnesota (Mid-Minnesota Legal Aid)</Translate></li>
264+
<li><Translate>Legal Services State Support (Mid-Minnesota Legal Aid)</Translate></li>
265+
<li><Translate>Illinois Supreme Court Commission on Access to Justice</Translate></li>
265266
</ul>
266267
</div>
267268
<div className="col">{/* Spacer */}</div>

0 commit comments

Comments
 (0)