We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504995a commit ed2b8a5Copy full SHA for ed2b8a5
exercises/dot-dsl/description.md
@@ -22,7 +22,7 @@ Write a Domain Specific Language similar to the Graphviz dot language.
22
Our DSL is similar to the Graphviz dot language in that our DSL will be used to create graph data structures.
23
However, unlike the DOT Language, our DSL will be an internal DSL for use only in our language.
24
25
-More information about the difference between internal and external DSLs can be found [here][fowler-dsl].
+[Learn more about the difference between internal and external DSLs][fowler-dsl].
26
27
[dsl]: https://en.wikipedia.org/wiki/Domain-specific_language
28
[dot-language]: https://en.wikipedia.org/wiki/DOT_(graph_description_language)
0 commit comments