Skip to content

Commit

Permalink
fix(CodeStream): Fixed some broken image links
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclypse committed Nov 1, 2021
1 parent e2685f2 commit 261a4c0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -6,21 +6,21 @@ metaDescription: "The My Organization menu provides tools for managing the membe
The My Organization menu allows you to see who is in your CodeStream
organization, invite new members, and create blame maps.

![My Organization Menu](/images/MyOrgMenu.png)
![My Organization Menu](./images/MyOrgMenu.png)

## My Organization

Select "My Organization" to see a list of all members of your CodeStream
organization. Admins will be identified in the list, and if you are an admin,
you'll have a dropdown to assign or remove admin priviledges to any member.

![Organization Members](/images/MyOrgMembers.png)
![Organization Members](./images/MyOrgMembers.png)

## Invite Teammates

Select "Invite Teammates" to invite new members to your organization.

![Reinvite](/images/MyOrgInvite.png)
![Reinvite](./images/MyOrgInvite.png)

The "Outstanding Invitations" section lists all open invitations, and at the
right side of each row are links to remove the invitation or to reinvite.
Expand All @@ -43,7 +43,7 @@ address, and then select your entry from the list of organization members. That
way, when someone comments on code committed by dave@webmail.com, CodeStream
will know to at-mention you (i.e., dave@acme.com).

![Blame Map](/images/MyOrgBlameMap.png)
![Blame Map](./images/MyOrgBlameMap.png)

While non-admins can only create blame maps for themselves, admins can create
blame maps for any member of the organization. This is useful for reassigning
Expand Down

0 comments on commit 261a4c0

Please sign in to comment.