Skip to content

Commit ef82776

Browse files
committed
Fix file extensions as nothing they can only be found with the full path now
- middleman is gone
1 parent f66bd12 commit ef82776

File tree

11 files changed

+46
-46
lines changed

11 files changed

+46
-46
lines changed

Diff for: career-path/index.html.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,38 @@ These competencies do not generally distinguish between developers, web operatio
1919

2020
### Working practices
2121

22-
- [Building software as a team](working-practices/building-software-as-a-team.html)
23-
- [Knowing when to ask for help](working-practices/knowing-when-to-ask-for-help.html)
24-
- [Planning and estimating](working-practices/planning-and-estimating.html)
25-
- [Prioritising your time](working-practices/prioritising-your-time.html)
26-
- [Working independently](working-practices/working-independently.html)
27-
- [Working as a multi-disciplinary team](working-practices/working-as-a-multi-disciplinary-team.html)
28-
- [Owning your development plan](working-practices/owning-your-development-plan.html)
22+
- [Building software as a team](working-practices/building-software-as-a-team.html.md)
23+
- [Knowing when to ask for help](working-practices/knowing-when-to-ask-for-help.html.md)
24+
- [Planning and estimating](working-practices/planning-and-estimating.html.md)
25+
- [Prioritising your time](working-practices/prioritising-your-time.html.md)
26+
- [Working independently](working-practices/working-independently.html.md)
27+
- [Working as a multi-disciplinary team](working-practices/working-as-a-multi-disciplinary-team.html.md)
28+
- [Owning your development plan](working-practices/owning-your-development-plan.html.md)
2929

3030

3131
### Technical skills
3232

33-
- [Version control](technical-skills/version-control.html)
34-
- [Using a sytematic approach to solve problems](technical-skills/systematic-approach-solving-problems.html)
35-
- [Technical debt tradeoffs](technical-skills/technical-debt-tradeoffs.html)
36-
- [Diagnosing and debugging issues](technical-skills/diagnosing-and-debugging-issues.html)
37-
- [Using appropriate testing to ensure software quality](technical-skills/using-appropriate-testing-to-ensure-software-quality.html)
38-
- [Designing technical features](technical-skills/designing-technical-features.html)
39-
- [Designing and testing for accessibility](technical-skills/designing-and-testing-for-accessibility.html)
40-
- [Building secure services](technical-skills/building-secure-services.html)
41-
- [Assessing performance](technical-skills/assessing-performance.html)
42-
- [Designing for reliability](technical-skills/designing-for-reliability.html)
43-
- [Selecting technology](technical-skills/selecting-technology.html)
33+
- [Version control](technical-skills/version-control.html.md)
34+
- [Using a sytematic approach to solve problems](technical-skills/systematic-approach-solving-problems.html.md)
35+
- [Technical debt tradeoffs](technical-skills/technical-debt-tradeoffs.html.md)
36+
- [Diagnosing and debugging issues](technical-skills/diagnosing-and-debugging-issues.html.md)
37+
- [Using appropriate testing to ensure software quality](technical-skills/using-appropriate-testing-to-ensure-software-quality.html.md)
38+
- [Designing technical features](technical-skills/designing-technical-features.html.md)
39+
- [Designing and testing for accessibility](technical-skills/designing-and-testing-for-accessibility.html.md)
40+
- [Building secure services](technical-skills/building-secure-services.html.md)
41+
- [Assessing performance](technical-skills/assessing-performance.html.md)
42+
- [Designing for reliability](technical-skills/designing-for-reliability.html.md)
43+
- [Selecting technology](technical-skills/selecting-technology.html.md)
4444

4545

4646
### Leading and communicating
47-
- [Leading on stories](leading-and-communicating/leading-on-stories.html)
48-
- [Wider context](leading-and-communicating/wider-context-of-work.html)
49-
- [Writing and speaking](leading-and-communicating/writing-and-speaking.html)
50-
- [Sharing knowledge with others](leading-and-communicating/sharing-knowledge-with-others.html)
51-
- [Awareness of wider community](leading-and-communicating/awareness-of-wider-community.html)
47+
- [Leading on stories](leading-and-communicating/leading-on-stories.html.md)
48+
- [Wider context](leading-and-communicating/wider-context-of-work.html.md)
49+
- [Writing and speaking](leading-and-communicating/writing-and-speaking.html.md)
50+
- [Sharing knowledge with others](leading-and-communicating/sharing-knowledge-with-others.html.md)
51+
- [Awareness of wider community](leading-and-communicating/awareness-of-wider-community.html.md)
5252
- Comunicating assumptions and getting clarification up front to minimise rework
53-
- [Pair programming](leading-and-communicating/pair-programming.html)
53+
- [Pair programming](leading-and-communicating/pair-programming.html.md)
5454

5555
### Adding a competency to this page
5656
```

Diff for: career-path/leading-and-communicating/leading-on-stories.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You should take responsibility for:
1818

1919
### Junior level
2020

21-
At junior level, you will be given support to work on user stories. You will normally work in a pair with a more experienced developer. You may be asked to take the lead on well defined stories - [see an example](/resources/delivery/user-story-template.html).
21+
At junior level, you will be given support to work on user stories. You will normally work in a pair with a more experienced developer. You may be asked to take the lead on well defined stories - [see an example](/resources/delivery/user-story-template.html.md).
2222

2323
A well defined story will:
2424

@@ -43,7 +43,7 @@ This could involve:
4343
- working with the tech lead and the rest of the team to agree scope and identify risks to delivery early on
4444
- creating well defined stories for other developers to pick up or suggesting an approach to take
4545
- helping to resolve blockers
46-
- making sure code gets [code reviewed](/resources/other/code-reviews.html) quickly
46+
- making sure code gets [code reviewed](/resources/other/code-reviews.html.md) quickly
4747
- doing a timeboxed investigation (spike) into a problem area
4848

4949
## As a tech lead (any level)

Diff for: career-path/leading-and-communicating/sharing-knowledge-with-others.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Much of what we’re doing is only possible because of open source code and the
1616
## Your role as developer/webops
1717
You can share knowledge internally by
1818

19-
- [Reviewing other developers' code](/resources/other/code-reviews.html)
19+
- [Reviewing other developers' code](/resources/other/code-reviews.html.md)
2020
- Documenting software you work with
2121
- Demonstrating work at Show and Tell events and within your team
2222
- Speaking at a monthly Technospective
@@ -39,7 +39,7 @@ You can also volunteer for the monthly Technospective to give a longer talk on a
3939

4040
### Mid level
4141

42-
[Working together with other developers](/career-path/leading-and-communicating/pair-programming.html) is a really good way to share knowledge, since you get to see other developer's workflow, environment and editor/IDE config, and general approaches to problem solving.
42+
[Working together with other developers](/career-path/leading-and-communicating/pair-programming.html.md) is a really good way to share knowledge, since you get to see other developer's workflow, environment and editor/IDE config, and general approaches to problem solving.
4343

4444
You should also regularly review other developers' pull requests. It's a good idea to check other work-in-progress before picking up new stories, so that code review doesn't become a bottleneck for the team. See the [How to review code](https://gds-way.cloudapps.digital/manuals/code-review-guidelines.html) on the GDS way website for guidance about how to do code reviews well.
4545

Diff for: career-path/technical-skills/designing-for-reliability.html.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ title: Designing for reliability
1111

1212
Writing code is a core part of software development, but our responsibility extends beyond that.
1313

14-
As a developer you are responsible for the whole release process, from [code review](/resources/other/code-reviews.html) to
14+
As a developer you are responsible for the whole release process, from [code review](/resources/other/code-reviews.html.md) to
1515
deployment on a production system. You should also ensure that the products you are
1616
working on are easy to support and operate.
1717

1818
### Junior level
1919

2020
Working with a more experienced developer, you should be able to produce code of a sufficient quality standard to ship to production.
2121

22-
You should [use automated testing](/career-path/technical-skills/using-appropriate-testing-to-ensure-software-quality.html) to ensure your code works.
22+
You should [use automated testing](/career-path/technical-skills/using-appropriate-testing-to-ensure-software-quality.html.md) to ensure your code works.
2323

2424
### Mid level
2525

@@ -44,4 +44,4 @@ At senior level, you should
4444

4545

4646
## External resources
47-
- [Resources: Reliability engineering](/resources/systems/reliability-engineering.html)
47+
- [Resources: Reliability engineering](/resources/systems/reliability-engineering.html.md)

Diff for: career-path/technical-skills/version-control.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Source code should be [open to the public and published under an open source lic
2020

2121
## What you should be able to do
2222

23-
- Understand and follow your team’s branching and [code review](/resources/other/code-reviews.html) process
23+
- Understand and follow your team’s branching and [code review](/resources/other/code-reviews.html.md) process
2424
- Understand the benefits of having a clear commit history
2525
- Write clear commit messages for your changes
2626

Diff for: career-path/working-practices/building-software-as-a-team.html.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ You should:
4242

4343
Depending on the technology you're working with you may find the following resource lists helpful:
4444

45-
- [Python](/resources/languages/python.html)
46-
- [Ruby](/resources/languages/ruby.html)
47-
- [Rails](/resources/frameworks/rails.html)
48-
- [Java](/resources/languages/java.html)
49-
- [Node.js](/resources/frameworks/nodejs.html)
45+
- [Python](/resources/languages/python.html.md)
46+
- [Ruby](/resources/languages/ruby.html.md)
47+
- [Rails](/resources/frameworks/rails.html.md)
48+
- [Java](/resources/languages/java.html.md)
49+
- [Node.js](/resources/frameworks/nodejs.html.md)
5050

5151
### Techniques
5252

5353
- [Pair
54-
programming](/career-path/leading-and-communicating/pair-programming.html)
55-
- [Giving and receiving feedback](/resources/other/giving-and-receiving-feedback.html)
56-
- [Structuring code](/resources/delivery/structuring-code.html)
57-
- [Documenting work](/resources/other/documentation.html)
54+
programming](/career-path/leading-and-communicating/pair-programming.html.md)
55+
- [Giving and receiving feedback](/resources/other/giving-and-receiving-feedback.html.md)
56+
- [Structuring code](/resources/delivery/structuring-code.html.md)
57+
- [Documenting work](/resources/other/documentation.html.md)

Diff for: career-path/working-practices/knowing-when-to-ask-for-help.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When asking questions, be sure to provide context about what you are trying to d
2626

2727
### Junior level
2828

29-
You'll usually be given [well defined tasks](/career-path/leading-and-communicating/leading-on-stories.html#junior-level) to work on, with support from a more experienced developer. Discuss the work with your colleague and try to understand what's involved.
29+
You'll usually be given [well defined tasks](/career-path/leading-and-communicating/leading-on-stories.html.md#junior-level) to work on, with support from a more experienced developer. Discuss the work with your colleague and try to understand what's involved.
3030

3131
The person you're working with will give you guidance and you can ask questions as you go along. There's no such thing as a stupid question, so don't be afraid to ask!
3232

Diff for: contributing/index.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here are a few ways you can help:
1111
1. [Review open pull requests](https://github.com/alphagov/gds-tech-learning-pathway/pulls). You don't have to be an expert on the topic to make suggestions.
1212
2. Improve the copy so it's [easier to understand](https://www.gov.uk/guidance/content-design/writing-for-gov-uk).
1313
3. Write a resource list for a topic you're interested in
14-
4. Write a competency statement following the [template](template.html). Speak to someone before starting this as we have a list of competencies and what we think should go in them.
14+
4. Write a competency statement following the [template](template.html.md). Speak to someone before starting this as we have a list of competencies and what we think should go in them.
1515
4. Triage [issues](https://github.com/alphagov/gds-tech-learning-pathway/issues) and work out how they can be incorporated into the existing structure. This might be just adding a link to a resource list.
1616
5. Raise an issue for something that is currently missing from the learning pathway.
1717

Diff for: resources/frameworks/rails.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ any arguments.
5858

5959
### Rails Test Frameworks
6060

61-
See [Ruby test frameworks](/resources/languages/ruby.html)
61+
See [Ruby test frameworks](/resources/languages/ruby.html.md)
6262

6363
### Code style
6464

Diff for: resources/languages/ruby.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ somewhat slow performing language [compared to others][ruby-go-comparison] -
2020
however Rubyists argue that [Ruby is fast enough][ruby-fast-enough].
2121

2222
Ruby came to popularity with the rise in popularity of the
23-
[Ruby on Rails](/resources/frameworks/rails.html) web framework. Other popular Ruby projects are
23+
[Ruby on Rails](/resources/frameworks/rails.html.md) web framework. Other popular Ruby projects are
2424
[Sinatra](http://www.sinatrarb.com/), [Jekyll](https://jekyllrb.com/),
2525
[Puppet](https://puppet.com/), [Capistrano](http://capistranorb.com/) and
2626
[SASS](http://sass-lang.com/).

Diff for: ways-of-learning/index.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Many skills are best developed through working on a project as part of a team.
4848
This can include:
4949

5050
- building and supporting software
51-
- participating in [code reviews](/resources/other/code-reviews.html)
51+
- participating in [code reviews](/resources/other/code-reviews.html.md)
5252
- attending incident reviews
5353
- participating in show & tells
5454
- writing and speaking about your work externally

0 commit comments

Comments
 (0)