fix fiddle snippet path (#25621)

This commit is contained in:
Patrik Nordwall 2018-09-14 15:17:34 +02:00 committed by Christopher Batey
parent e2c443b40f
commit d8857e8d2a

View file

@ -130,7 +130,7 @@ The console output may look like this:
#### Here is another example that you can edit and run in the browser: #### Here is another example that you can edit and run in the browser:
@@fiddle [IntroSpec.scala]($akka$/akka-actor-typed-tests/src/test/scala/docs/akka/typed/IntroSpec.scala) { #fiddle_code template=Akka layout=v75 minheight=400px } @@fiddle [IntroSpec.scala](/akka-actor-typed-tests/src/test/scala/docs/akka/typed/IntroSpec.scala) { #fiddle_code template=Akka layout=v75 minheight=400px }
@@@ @@@