sagemath / trac-to-github

Script to migrate Trac tickets to GitHub issues and the Trac wiki to markdown. Input: https://trac.sagemath.org/ ➠ Intermediate: https://github.com/sagemath/trac_to_gh ➠ Output: https://github.com/sagemath/sage/issues
https://trac.sagemath.org/ticket/30363
7 stars 5 forks source link

Fix ticket links in wiki conversion #183

Closed kwankyu closed 1 year ago

kwankyu commented 1 year ago

Fixes https://github.com/sagemath/trac-to-github/issues/73#issuecomment-1418834768

Perhaps it's not too late. With this PR merged, we convert trac wiki pages again with right ticket links, and then merge with existing github wiki pages. There may be some conflicts because people already edited some part of the github wiki pages. But it would be much easier to fix these merge conflicts than manually editing all ticket links in github wiki pages manually!

mkoeppe commented 1 year ago

Yes, that's a great way to do this.

mkoeppe commented 1 year ago

Do you plan to make this commit to the wiki, or do you want me to do this?

kwankyu commented 1 year ago

I would be happy if you do it.

mkoeppe commented 1 year ago

Done.

kwankyu commented 1 year ago

Thanks. Perfect!