Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 25, 2021
1 parent 907ca66 commit db72a29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion building/markdown/internal-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Links rendered via Exercism's Markdown parser are checked to see if they are int

A tooltip for a concept might look like this:

<img src="../../.imgs/concept-tooltip.png" height="200">
<img src="https://raw.githubusercontent.com/exercism/docs/main/.imgs/concept-tooltip.png" height="200">

## Usage

Expand Down
6 changes: 3 additions & 3 deletions building/markdown/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Concept and Exercise Widgets are used frequently throughout the site.
They look like this:

<img src="../../.imgs/concept-widget.png" height="100">
<img src="../../.imgs/exercise-widget.png" height="100">
<img src="https://raw.githubusercontent.com/exercism/docs/main/.imgs/concept-widget.png" height="100">
<img src="https://raw.githubusercontent.com/exercism/docs/main/.imgs/exercise-widget.png" height="100">

They also have user-contextual tooltips such as this:

<img src="../../.imgs/concept-tooltip.png" height="200">
<img src="https://raw.githubusercontent.com/exercism/docs/main/.imgs/concept-tooltip.png" height="200">

You may like to render these widgets yourself in Markdown documents, for example at the end of a document to suggest extra reading or good exercises to learn something from.

Expand Down
2 changes: 1 addition & 1 deletion building/tracks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Some parts of the track can be displayed in [widgets](/docs/building/tracks#exer

## Style guide

All documents should adhere to the [style guide](../../contributing/standards/style-guide.md). Markdown documents should also adhere to our [Markdown standards](../../contributing/standards/markdown.md).
All documents should adhere to the [style guide](/docs/building/markdown/style-guide). Markdown documents should also adhere to our [Markdown standards](/docs/building/markdown/markdown).

## Example

Expand Down
4 changes: 2 additions & 2 deletions building/tracks/practice-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ exercises

**Presence:** Required if the exercise implements a Problem Specifications Exercise with an `introduction.md` file

If the exercise implements a [Problem Specifications Exercise](https://github.com/exercism/problem-specifications/), this file's contents should match the Problem Specification Exercise's `introduction.md` file. configlet has functionality to automatically [sync the contents](../configlet/generating-documents#document-practice-exercises-introductionmd-file) of this file.
If the exercise implements a [Problem Specifications Exercise](https://github.com/exercism/problem-specifications/), this file's contents should match the Problem Specification Exercise's `introduction.md` file. configlet has functionality to automatically [sync the contents](/docs/building/configlet/generating-documents#document-practice-exercises-introductionmd-file) of this file.

If the exercise is _not_ based on a Problem Specifications Exercise, consider the following:

Expand Down Expand Up @@ -142,7 +142,7 @@ As part of his teenage rebellion, Bob has decided to only communicate using ASCI

**Presence:** Required

If the exercise implements a [Problem Specifications Exercise](https://github.com/exercism/problem-specifications/), this file's contents should match the Problem Specification Exercise's `instructions.md` file (or `description.md` file if there is no `instructions.md` file). configlet has functionality to automatically [sync the contents](../configlet/generating-documents#document-practice-exercises-instructionsmd-file) of this file.
If the exercise implements a [Problem Specifications Exercise](https://github.com/exercism/problem-specifications/), this file's contents should match the Problem Specification Exercise's `instructions.md` file (or `description.md` file if there is no `instructions.md` file). configlet has functionality to automatically [sync the contents](/docs/building/configlet/generating-documents#document-practice-exercises-instructionsmd-file) of this file.

If the exercise is _not_ based on a Problem Specifications Exercise, consider the following:

Expand Down

0 comments on commit db72a29

Please sign in to comment.