mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update GNU Fortran documentation (13.1.0)
This commit is contained in:
parent
da343eca80
commit
fe323ee57c
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ module Docs
|
|||
home: 'https://gcc.gnu.org/fortran/'
|
||||
}
|
||||
|
||||
version '13' do
|
||||
self.release = '13.1.0'
|
||||
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
|
||||
end
|
||||
|
||||
version '12' do
|
||||
self.release = '12.1.0'
|
||||
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
|
||||
|
|
Loading…
Reference in a new issue