소스 검색

Update OCaml documentation (4.13)

Simon Legner 4 년 전
부모
커밋
8694d86962
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/ocaml.rb

+ 1 - 1
lib/docs/scrapers/ocaml.rb

@@ -3,7 +3,7 @@ module Docs
     self.name = 'OCaml'
     self.type = 'ocaml'
     self.root_path = 'index.html'
-    self.release = '4.12'
+    self.release = '4.13'
     self.base_url = "https://www.ocaml.org/releases/#{self.release}/htmlman/"
     self.links = {
       home: 'https://ocaml.org/',