Skip to content

Commit ed2b8a5

Browse files
authored
Resolve too generic link text error (#2571)
1 parent 504995a commit ed2b8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/dot-dsl/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Write a Domain Specific Language similar to the Graphviz dot language.
2222
Our DSL is similar to the Graphviz dot language in that our DSL will be used to create graph data structures.
2323
However, unlike the DOT Language, our DSL will be an internal DSL for use only in our language.
2424

25-
More information about the difference between internal and external DSLs can be found [here][fowler-dsl].
25+
[Learn more about the difference between internal and external DSLs][fowler-dsl].
2626

2727
[dsl]: https://en.wikipedia.org/wiki/Domain-specific_language
2828
[dot-language]: https://en.wikipedia.org/wiki/DOT_(graph_description_language)

0 commit comments

Comments
 (0)