summaryrefslogtreecommitdiff
path: root/source/helpers/feature-link.ts
blob: f3e8685082c5d3fa8b46874bc93a705bae97b797 (plain) (blame)
1
2
3
export default function featureLink(id: FeatureID): string {
	return `https://github.com/refined-github/refined-github/blob/main/source/features/${id}.tsx`;
}