Changes
Jump to navigation
Jump to search
Use https for the US National Archives per ER
local function narapersonLink( id )
return '[httphttps://research.archives.gov/person/' .. id .. ' ' .. id .. ']'
end
local function naraorganizationLink( id )
return '[httphttps://research.archives.gov/organization/' .. id .. ' ' .. id .. ']'
end