Эх сурвалжийг харах

Why not using markdown when the FAQ is actually a markdown file?

Daniele Alessandri 14 жил өмнө
parent
commit
9f05f50899
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      FAQ.markdown

+ 2 - 2
FAQ.markdown

@@ -54,5 +54,5 @@ No, and it will not ever do that for you by default. The reason behind this deci
 is usually something that developers prefer to customize depending on their needs and can not be easily
 is usually something that developers prefer to customize depending on their needs and can not be easily
 generalized when using Redis because of the many possible access patterns for the data. This does not
 generalized when using Redis because of the many possible access patterns for the data. This does not
 mean that it is impossible to have such a feature, you can leverage Predis' extensibility to define your
 mean that it is impossible to have such a feature, you can leverage Predis' extensibility to define your
-own serialization-aware commands. See http://github.com/nrk/predis/issues/29#issuecomment-1202624 for more
-details on how to implement such a feature with a practical example.
+own serialization-aware commands. See [here](http://github.com/nrk/predis/issues/29#issuecomment-1202624)
+for more details on how to implement such a feature with a practical example.