Skip to content

Commit df87098

Browse files
agilgur5chennes
authored andcommitted
fix(programs): correct formatting of no jekyll links
- the formatting was flipped with `(text)[link]` instead of `[text](link)` - there was a space in between the bugfix rewards text and link - used case-sensitive file names - used relative links so that they work on local FS too
1 parent 966bf56 commit df87098

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

programs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ shortcuts:
3737
{% comment %} only render if not jekyll {% endcomment %}
3838
{% if false %}
3939

40-
* (Travel grants)[/_programs/fosdem_travel_grants.md]: Travel grants for FreeCAD community members
41-
* (Development fund)[/_programs/FPADF_Announcement.md]: The FPA offers grants to accelerate FreeCAD development
42-
* (Learning initiative)[/_programs/learning_initiative.md]: A program for people willing to learn and teach FreeCAD
43-
* (Blog content)[/_programs/blog_content.md]: The FPA seeks authors to write original content for the FreeCAD Blog
44-
* (Job offers)[/_programs/job_offers.md]: The FPA seeks people interested in obtaining a grant to perform a specific task
45-
* (Bugfix rewards) [/_programs/bugfix_rewards_program.md]: The FPA offers a reward to people fixing known bugs in FreeCAD (experimental program)
46-
* (Maintainers honorarium)[/_programs/maintainer_honorarium.md]: The FPA offers a honorarium to people doing active maintaining work
40+
* [Travel grants](_programs/FOSDEM_travel_grants.md): Travel grants for FreeCAD community members
41+
* [Development fund](_programs/FPADF_Announcement.md): The FPA offers grants to accelerate FreeCAD development
42+
* [Learning initiative](_programs/learning_initiative.md): A program for people willing to learn and teach FreeCAD
43+
* [Blog content](_programs/blog_content.md): The FPA seeks authors to write original content for the FreeCAD Blog
44+
* [Job offers](_programs/job_offers.md): The FPA seeks people interested in obtaining a grant to perform a specific task
45+
* [Bugfix rewards](_programs/bugfix_rewards_program.md): The FPA offers a reward to people fixing known bugs in FreeCAD (experimental program)
46+
* [Maintainers honorarium](_programs/maintainer_honorarium.md): The FPA offers a honorarium to people doing active maintaining work
4747

4848
{% endif %}

0 commit comments

Comments
 (0)