Skip to content

Commit 223e2c5

Browse files
authored
Merge pull request #466 from microsoft/next
Merging updates
2 parents 030c5bb + 94db949 commit 223e2c5

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

_fossfund/0-hikaya.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: hikaya
33
logo: hikaya.png
4-
projectUrl: https://www.hikaya.io
4+
projectUrl: https://hikaya.io
55
linkText: "https://github.com/hikaya-io"
66
description: "Hikaya, which means story in Arabic works with nonprofits to introduce a set of integrated tools that re-engineer how data are used within these organizations."
77
context: "By building open source solutions on common data standards,hikaya will be able to help nonprofits worldwide improve their delivery of goods and services to those most in need while making reporting to funders more transparent."

_projects/graphengine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: Graph Engine
33
logo: graphengine.svg
44
description: Graph Engine is an open-source distributed in-memory graph processing engine.
55
linkText: About Graph Engine
6-
projectUrl: https://www.graphengine.io
6+
projectUrl: https://microsoft.github.io/GraphEngine/
77
---

src/app/codeofconduct/page.tsx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,13 @@ export default function CodeOfConduct() {
130130
{`
131131
We encourage all communities to resolve issues on their own whenever possible. Instances of
132132
abusive, harassing, or otherwise unacceptable behavior should be reported to the community
133-
leaders responsible for enforcement in a given project or to <a
134-
href="mailto:opencode@microsoft.com">opencode@microsoft.com</a>. If you
135-
are a Microsoft employee looking for support, please use the `}
133+
leaders responsible for enforcement in a given project or to `}
134+
<a
135+
className="link-standard" href="mailto:opencode@microsoft.com">
136+
opencode@microsoft.com
137+
</a>.
138+
{`
139+
If you are a Microsoft employee looking for support, please use the `}
136140
<a
137141
href="https://aka.ms/community-911-landingpage" className="link-standard" target="_new">
138142
Community 911 reporting process
@@ -159,12 +163,12 @@ export default function CodeOfConduct() {
159163
</a>.
160164
</p>
161165
<p>
162-
Community Impact Guidelines were inspired by <a href="https://github.com/mozilla/diversity"
166+
Community Impact Guidelines were inspired by <a href="https://github.com/mozilla/inclusion"
163167
className="link-standard" target="_new">Mozilla's code of conduct enforcement ladder</a>.
164168
</p>
165169
<p>
166170
Expanding scope to include external impact on community health inspired by <a
167-
href="https://opensource.facebook.com/code-of-conduct" className="link-standard"
171+
href="https://opensource.fb.com/code-of-conduct/" className="link-standard"
168172
target="_new">Facebook's Open Source Code of Conduct</a> and <a
169173
href="https://www.mozilla.org/about/governance/policies/participation/"
170174
className="link-standard" target="_new">Mozilla's Community Participation Guidelines</a>.

src/app/collaborate/components/HelpWantedWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function HelpWantedSection() {
220220
<li><a href="https://opensource.guide/how-to-contribute/" className="link-arrow text-brand" target="_new">How to Contribute to Open Source</a></li>
221221
<li><Link href="/codeofconduct" className="link-arrow text-brand">Microsoft's Open Source Code of Conduct</Link></li>
222222
<li><a href="https://opensource.com/life/14/2/exploring-open-source-beginners" className="link-arrow text-brand" target="_new">Getting Started in Open Source Online and Offline</a></li>
223-
<li><a href="https://todogroup.org/guides/participating/" className="link-arrow text-brand" target="_new">TODO Group's Participating in Open Source Communities Guide</a></li>
223+
<li><a href="https://todogroup.org/resources/guides/participating-in-open-source-communities/" className="link-arrow text-brand" target="_new">TODO Group's Participating in Open Source Communities Guide</a></li>
224224
</ul>
225225
</div>
226226
</div>

0 commit comments

Comments
 (0)