@@ -38,7 +38,7 @@ class ProjGroup
38
38
public string $ project_description = '' ;
39
39
40
40
/** @Column */
41
- public string $ project_website = 'https://... ' ;
41
+ public string $ project_website = 'https://example.org ' ;
42
42
43
43
/** @Column(length=150) */
44
44
public string $ repository = '' ;
@@ -56,31 +56,31 @@ class ProjGroup
56
56
public int $ lines_of_code = 0 ;
57
57
58
58
/** @Column */
59
- public string $ coding_style = 'https://... ' ;
59
+ public string $ coding_style = 'https://example.org ' ;
60
60
61
61
/** @Column */
62
- public string $ bugs_for_beginners = 'https://... ' ;
62
+ public string $ bugs_for_beginners = 'https://example.org ' ;
63
63
64
64
/** @Column */
65
- public string $ project_ideas = 'https://... ' ;
65
+ public string $ project_ideas = 'https://example.org ' ;
66
66
67
67
/** @Column(length=1000) */
68
68
public string $ student_programs = '' ;
69
69
70
70
/** @Column */
71
- public string $ getting_started_manual = 'https://... ' ;
71
+ public string $ getting_started_manual = 'https://example.org ' ;
72
72
73
73
/** @Column */
74
- public string $ developers_manual = 'https://... ' ;
74
+ public string $ developers_manual = 'https://example.org ' ;
75
75
76
76
/** @Column */
77
- public string $ testing_manual = 'https://... ' ;
77
+ public string $ testing_manual = 'https://example.org ' ;
78
78
79
79
/** @Column */
80
- public string $ developers_mailing_list = 'https://... ' ;
80
+ public string $ developers_mailing_list = 'https://example.org ' ;
81
81
82
82
/** @Column */
83
- public string $ patch_submission = 'https://... ' ;
83
+ public string $ patch_submission = 'https://example.org ' ;
84
84
85
85
/** @Column(length=40) */
86
86
public string $ hash_proposal_file = '' ;
0 commit comments