Opened 3 years ago
Closed 3 years ago
#25392 closed enhancement (fixed)
using https for www.win.tue.nl
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-8.3 |
Component: | documentation | Keywords: | |
Cc: | jmantysalo, tscrim | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | Jori Mäntysalo |
Report Upstream: | N/A | Work issues: | |
Branch: | 497f21d (Commits, GitHub, GitLab) | Commit: | 497f21d12759bb3875061b08eab093e49fbc949a |
Dependencies: | Stopgaps: |
Description (last modified by )
done using
grep -rl "http://www.win" src/sage/ | xargs sed -i 's|http://www.win|https://www.win|g'
Change History (3)
comment:1 Changed 3 years ago by
- Branch set to public/25392
- Cc jmantysalo tscrim added
- Commit set to 497f21d12759bb3875061b08eab093e49fbc949a
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Reviewers set to Jori Mäntysalo
- Status changed from needs_review to positive_review
LGTM.
comment:3 Changed 3 years ago by
- Branch changed from public/25392 to 497f21d12759bb3875061b08eab093e49fbc949a
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
using https for www.win.tue.nl