Use https for stackoverflow (#100655)

This commit is contained in:
谭九鼎
2020-06-23 16:59:52 +08:00
committed by GitHub
parent 35266f90b6
commit fb94ca50fc
3 changed files with 3 additions and 3 deletions

View File

@@ -1132,7 +1132,7 @@ begin
end;
end;
// http://stackoverflow.com/a/23838239/261019
// https://stackoverflow.com/a/23838239/261019
procedure Explode(var Dest: TArrayOfString; Text: String; Separator: String);
var
i, p: Integer;